mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Replaced custom step with setundef
This commit is contained in:
parent
e609537e38
commit
853c755a0c
3 changed files with 1 additions and 91 deletions
|
@ -154,7 +154,7 @@ struct SynthEfinixPass : public ScriptPass
|
|||
{
|
||||
run("memory_bram -rules +/efinix/bram.txt");
|
||||
run("techmap -map +/efinix/brams_map.v");
|
||||
run("efinix_determine_init");
|
||||
run("setundef -zero -params t:EFX_RAM_5K");
|
||||
}
|
||||
|
||||
if (check_label("fine"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue