mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 18:30:25 +00:00
support bram initialisation
This commit is contained in:
parent
7a43be5e43
commit
47374a495d
5 changed files with 25 additions and 3 deletions
|
@ -229,7 +229,7 @@ struct SynthGowinPass : public ScriptPass
|
|||
if (check_label("vout"))
|
||||
{
|
||||
if (!vout_file.empty() || help_mode)
|
||||
run(stringf("write_verilog -nohex -decimal -attr2comment -defparam -renameprefix gen %s",
|
||||
run(stringf("write_verilog -decimal -attr2comment -defparam -renameprefix gen %s",
|
||||
help_mode ? "<file-name>" : vout_file.c_str()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue