3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 21:20:53 +00:00

Merge remote-tracking branch 'diego/gowin'

This commit is contained in:
Pepijn de Vos 2019-09-04 11:20:05 +02:00
commit a6d81a8d14
2 changed files with 2 additions and 2 deletions

View file

@ -227,7 +227,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()));
}
}