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.
main from cli.py calls back.verilog.convert. the letter has strip-internal-attrs argument, which makes generated verilog more readable. it is currently impossible to generate verilog code without excessive comments and attributes from cli as strip-internal-attrs can't be passed down to back.verilog.convert.
suggested solution:
add cli key -s or --strip-internal-attrs to cli-based interface, that is passed to back.verilog.convert
The text was updated successfully, but these errors were encountered:
main
fromcli.py
calls back.verilog.convert. the letter hasstrip-internal-attrs
argument, which makes generated verilog more readable. it is currently impossible to generate verilog code without excessive comments and attributes from cli asstrip-internal-attrs
can't be passed down to back.verilog.convert.suggested solution:
add cli key
-s
or--strip-internal-attrs
to cli-based interface, that is passed to back.verilog.convertThe text was updated successfully, but these errors were encountered: