mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 22:33:41 +00:00
Revert "intel_alm: direct M10K instantiation"
This reverts commit 09ecb9b2cf
.
This commit is contained in:
parent
38b814b525
commit
a3a90f6377
8 changed files with 38 additions and 128 deletions
|
@ -235,8 +235,7 @@ struct SynthIntelALMPass : public ScriptPass {
|
|||
|
||||
if (!nobram && check_label("map_bram", "(skip if -nobram)")) {
|
||||
run(stringf("memory_bram -rules +/intel_alm/common/bram_%s.txt", bram_type.c_str()));
|
||||
if (help_mode || bram_type != "m10k")
|
||||
run(stringf("techmap -map +/intel_alm/common/bram_%s_map.v", bram_type.c_str()));
|
||||
run(stringf("techmap -map +/intel_alm/common/bram_%s_map.v", bram_type.c_str()));
|
||||
}
|
||||
|
||||
if (!nolutram && check_label("map_lutram", "(skip if -nolutram)")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue