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
out.svg was generated like this:
netlistsvg synth.json
and synth.json was generated using yosys write_json after standard synthesis from a verilog file.
$ xdot gen_yosys/out.svg
Error: : syntax error in line 1 near '>'
Warning: syntax ambiguity - badly delimited number '10p' in line 9 of splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 82 of splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 88 of splits into two tokens
I attach synth.json and out.svg.
I am using Node.js v20.11.1. and netlistsvg installed today from npm. synth.json
The text was updated successfully, but these errors were encountered:
out.svg was generated like this:
netlistsvg synth.json
and synth.json was generated using yosys write_json after standard synthesis from a verilog file.
$ xdot gen_yosys/out.svg
Error: : syntax error in line 1 near '>'
Warning: syntax ambiguity - badly delimited number '10p' in line 9 of splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 82 of splits into two tokens
Warning: syntax ambiguity - badly delimited number '0x' in line 88 of splits into two tokens
I attach synth.json and out.svg.
I am using Node.js v20.11.1. and netlistsvg installed today from npm.
synth.json
The text was updated successfully, but these errors were encountered: