3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-20 12:53:39 +00:00

Updating gowin

This commit is contained in:
Diego H 2019-09-02 17:43:27 -05:00
parent 98a54353b7
commit 5aa8d7ceeb
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ struct SynthGowinPass : public ScriptPass
if (check_label("vout"))
{
if (!vout_file.empty() || help_mode)
run(stringf("write_verilog -nodec -attr2comment -defparam -renameprefix gen %s",
run(stringf("write_verilog -nohex -decimal -attr2comment -defparam -renameprefix gen %s",
help_mode ? "<file-name>" : vout_file.c_str()));
}
}