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
When outputting your design to verilog using output_to_verilog the name of the module is always set to "toplevel". It would be great if you could pass the module name as a parameter to that function.
When outputting your design to verilog using
output_to_verilogthe name of the module is always set to "toplevel". It would be great if you could pass the module name as a parameter to that function.