mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Replaced custom step with setundef
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user