Activity
From 06/20/2019 to 07/19/2019
07/13/2019
- 11:15 AM Usage: RE: How to disable MULTITOP?
- Note the code in git and next version 4.018 will allow multiple top files - see the documentation.
07/07/2019
- 12:41 PM Usage: RE: use enum from a sv module in c++ testbench using /*verilator_public*/
- Thank you very much for the quick reply
- 12:03 PM Usage: RE: use enum from a sv module in c++ testbench using /*verilator_public*/
- Yes, you need to include the internal header. Typically also include the main header:
#include "Vram.h"
#in... - Hello all,
I would like to get some help to use typedef enums from a module. I found this: https://www.veripool.or...
07/04/2019
- 03:59 PM Usage: RE: Lightweightlibrary for writing multiple parallel Verilator testbench drivers?
- Which language are you asking about writing these in?
If C++, then I'd use C++11 threads.
If Verilog, then usin...
07/03/2019
- I want to write a testbench for a large SV RTL codebase.
The code is currently simulated via a Verilog testbench run...
06/29/2019
- 03:34 PM Development: RE: Error on indexing the multiple dimensional array (MDA)
- Sorry, this got misplaced for a while as wasn't in the issues list.
Your proposed fix is in the right spot, but en...
06/26/2019
- 09:40 AM Usage: RE: Any chance to use Verilator together with Icuras?
- Verilator has plans to add "embedding" of a model in another simulator, but this is not ready yet (there is another o...
- With Verilator to compile the DUT part and have Irucas handle the testbench which might be UMV based.
06/20/2019
- 11:28 AM Usage: RE: How could I use other ways to achieve the fork join statement
- The problem here isn't likely the fork/join but that I think the implication from your question is that your receive/...
- The verilator will throw an error when I use the fork and join statement. For example:...
Also available in: Atom