Wilson Snyder

Results 1229 comments of Wilson Snyder

No cast is required, but the quoted values will be Verilog numbers converted from the quoted values. This works fine for me without a cast (no invalid C++), am I...

Never mind, I misread your report, the problem is _with_ the cast.

Certainly seems wrong, could you please turn this into a standalone file that shows the issue and is as simple as possible and will take a look, thanks.

Forgot to update this earlier, sorry. Agree this is a problem it's related to how instance arrays are elaborated in two stages. Using this helps but still hits another related...

Unlikely, the earlier test case (here) was well understood, and hard to fix.

I don't think I've seen that issue. Can you please file a bug at [gcc.gnu.org/bugzilla](http://gcc.gnu.org/bugzilla) and post them the appropriate code (if public)? Usually they can suggest a flag to...

Just to be sure you mean removing the GCC's optimization flag running the compile command standalone. Note Verilator optimization level is different, and the Verilator makeflags usually have some optimization...

I'm presuming this was reported upstream.

I suspect we've never seen an interface referencing an interface referencing a modport. It looks like AstIfaceRefDType isn't setting the modport field in earlier elaboration, presumably in V3LinkDot. Though it...