You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached is verilator_bug.zip, a tiny example that produces the error message below when you run "sbt run".
There's not much that can be removed or changed before the problem disappears.
Error from "sbt run":
doohickey-harness.cpp:115:62: error: ‘class Vdoohickey’ has no member named ‘doohickey__DOT__thingamabob_15_1__DOT___T_23’ sim_data.signals.push_back(new VerilatorCData(&(dut->doohickey__DOT__thingamabob_15_1__DOT___T_23[i])));
The text was updated successfully, but these errors were encountered:
Attached is verilator_bug.zip, a tiny example that produces the error message below when you run "sbt run".
There's not much that can be removed or changed before the problem disappears.
Error from "sbt run":
doohickey-harness.cpp:115:62: error: ‘class Vdoohickey’ has no member named ‘doohickey__DOT__thingamabob_15_1__DOT___T_23’ sim_data.signals.push_back(new VerilatorCData(&(dut->doohickey__DOT__thingamabob_15_1__DOT___T_23[i])));
The text was updated successfully, but these errors were encountered: