Veripool API Bot
Veripool API Bot
--- Original Redmine Comment Author Name: **Wilson Snyder** (@wsnyder) Original Date: 2012-04-19T21:46:56Z --- It has this warning but due to a bug misses it when under a FOR loop.
--- Original Redmine Comment Author Name: **Wilson Snyder** (@wsnyder) Original Date: 2012-03-23T02:20:10Z --- Primitives are not synthesizable and are very slow compared to writing good behavioral code and so are...
--- Original Redmine Comment Author Name: **Alex Solomatnikov** Original Date: 2012-04-24T18:09:29Z --- BTW, the problem with the code above is that verilator can not parse anonymous primitive instantiation. If instance...
--- Original Redmine Comment Author Name: **Wilson Snyder** (@wsnyder) Original Date: 2012-04-25T00:43:21Z --- Added disabled test t_udp_noname. Anonymous UDPs will be a pain to support as removing the name results...
--- Original Redmine Comment Author Name: **Wilson Snyder** (@wsnyder) Original Date: 2014-12-19T23:17:45Z --- Structures can reference structures and arrays, so this is a lot harder than enums. If you'd like...
--- Original Redmine Comment Author Name: **Wilson Snyder** (@wsnyder) Original Date: 2014-06-10T02:00:23Z --- This be great to have a patch for, as I don't think there is anyone working on...
--- Original Redmine Comment Author Name: **Todd Strader** (@toddstrader) Original Date: 2019-11-07T16:39:38Z --- Yeah, I keep bumping into this one too. Verilator should be able to take $bits() of that...
--- Original Redmine Comment Author Name: **Wilson Snyder** (@wsnyder) Original Date: 2019-11-07T23:17:30Z --- I think it's also a bug that the workaround works, any reference into a child (which an...
--- Original Redmine Comment Author Name: **Wilson Snyder** (@wsnyder) Original Date: 2016-06-05T20:35:48Z --- I spent about 3 hours trying to fix this, sorry it's a big mess due to ambiguities...
--- Original Redmine Comment Author Name: **Wilson Snyder** (@wsnyder) Original Date: 2016-09-09T02:07:26Z --- Sorry, but after days of trying this appears almost impossible to fix using the current parser. I'm...