mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-14 13:41:27 +00:00
gowin: replace determine_init with setundef
This commit is contained in:
parent
3ca2de0f77
commit
01772dec8c
3 changed files with 1 additions and 74 deletions
|
@ -198,7 +198,7 @@ struct SynthGowinPass : public ScriptPass
|
|||
{
|
||||
run("memory_bram -rules +/gowin/lutrams.txt");
|
||||
run("techmap -map +/gowin/lutrams_map.v");
|
||||
run("determine_init");
|
||||
run("setundef -params -zero t:RAM16S4");
|
||||
}
|
||||
|
||||
if (check_label("map_ffram"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue