3
0
Fork 0
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:
Miodrag Milanovic 2019-08-11 11:01:46 +02:00
parent e609537e38
commit 853c755a0c
3 changed files with 1 additions and 91 deletions

View file

@ -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"))