3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 12:11:24 +00:00

synth_gatemate: Remove gatemate_bramopt pass

This commit is contained in:
Patrick Urban 2021-10-20 09:07:01 +02:00 committed by Marcelina Kościelnicka
parent 97d03c2b3b
commit 05f24adca9
3 changed files with 0 additions and 148 deletions

View file

@ -264,7 +264,6 @@ struct SynthGateMatePass : public ScriptPass
"t:$__CC_BRAM_20K_TDP t:$__CC_BRAM_40K_TDP "
);
run("techmap -map +/gatemate/brams_map.v");
run("gatemate_bramopt");
}
}