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
/home/tansell/github/nturley/netlistsvg/lib/index.js:732
riders.forEach(function(r)
^
TypeError: Cannot read property 'forEach' of undefined
at /home/tansell/github/nturley/netlistsvg/lib/index.js:732:19
at Array.forEach (native)
at /home/tansell/github/nturley/netlistsvg/lib/index.js:725:23
at Array.forEach (native)
at createWires (/home/tansell/github/nturley/netlistsvg/lib/index.js:723:18)
at /home/tansell/github/nturley/netlistsvg/lib/index.js:40:9
at /home/tansell/github/nturley/netlistsvg/node_modules/jsonfile/index.js:46:5
at /home/tansell/github/nturley/netlistsvg/node_modules/graceful-fs/graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3)
netlistsvg dies with the following error;
with the following input JSON file;
It was generated from the following verilog code;
I've tried all of;
yosys -p "proc; write_json sim.json" sim.v
yosys -p "flatten; proc; write_json sim.json" sim.v
yosys -p "hierarchy -top CARRY4_COMPLETE -purge_lib; flatten; proc; write_json sim.json" sim.v
Putting some
console.log
statements like follows;I get the following;
I'm guessing that the issue is something to do with the modules?
The text was updated successfully, but these errors were encountered: