Activity
From 05/07/2018 to 06/05/2018
06/05/2018
- 09:02 PM Issue #1316: Linear searches exposed by large design (v4.0)
- This patch fixes the linear searches mentioned above. It should apply to develop-v4.
This removes something like 5... - 03:18 PM Issue #1316 (Closed): Linear searches exposed by large design (v4.0)
- I'm running a large cpu core design through verilator, and have found a few linear searches that are adding a few hou...
- 02:17 AM Issue #1315 (Closed): Using an array in a function called from a parameter
- Running verilator on the following code gives some errors.
module ex24
(
input wire i_clk,
...
05/31/2018
- 11:25 PM Issue #1314 (Confirmed): Bad scaling, if there are nasty forests of generate statements
- The diffs had only a V3Ast dynamic cast fix (which shouldn't go into master and is already fixed in develop-v4).
T... - 09:12 PM Issue #1314: Bad scaling, if there are nasty forests of generate statements
- Here's the patch with the tests. It should apply to the develop-v4 branch.
The exponential search explosion happen... - 09:12 PM Issue #1314 (Confirmed): Bad scaling, if there are nasty forests of generate statements
- This patch adds two tests:
One is a tree of modules, defined recursively, each of which contains a generate statem...
05/19/2018
- 12:04 PM Issue #1303: VCD Filter Files
- Note I'm currently sitting on the above mentioned patch, since it seems fairly one-user specific and something better...
05/17/2018
- 11:09 AM Issue #1309 (Closed): Mismatched new [] / delete []
- Fixed in git, thanks.
- 10:49 AM Issue #1309 (Closed): Mismatched new [] / delete []
- In verilated_vcd_c.cpp, there is a deletion of "m_wrBufp" without "[]". This probably doesn't cause any actual proble...
05/09/2018
- 10:33 PM Issue #1307 (AskedReporter): Can not dump trace with CMAKE compiled SystemC library
- 10:32 PM Issue #1308 (Resolved): Missing # in parameter list crashes verilator with no useful error message
- Thanks for the test case; simple enough to solve.
Fixed in git towards 3.924.
- 06:15 PM Issue #1308 (Closed): Missing # in parameter list crashes verilator with no useful error message
- This syntax error took me a while to figure out because verilator crashes with no useful error output....
Also available in: Atom