3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 11:26:22 +00:00

Revert "intel: register bram celltypes"

This reverts commit 16785a7f75.
This commit is contained in:
Emil J. Tywoniak 2026-04-16 15:50:06 +02:00
parent 24d0bf19bc
commit 19a4c29a0e
2 changed files with 3 additions and 3 deletions

View file

@ -241,7 +241,7 @@ struct SynthIntelPass : public ScriptPass {
family_opt == "cycloneive" ||
family_opt == "max10" ||
help_mode) {
run("memory_bram -rules +/intel/common/brams_m9k.txt -register", "(if applicable for family)");
run("memory_bram -rules +/intel/common/brams_m9k.txt", "(if applicable for family)");
run("techmap -map +/intel/common/brams_map_m9k.v", "(if applicable for family)");
} else {
log_warning("BRAM mapping is not currently supported for %s.\n", family_opt);