mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-22 20:32:07 +00:00
intel_alm: cleanup duplication
This commit is contained in:
parent
b048afc3a6
commit
4ca5f9799b
5 changed files with 64 additions and 113 deletions
|
@ -235,8 +235,7 @@ struct SynthIntelALMPass : public ScriptPass {
|
|||
// to constant driver cells, which Quartus accepts.
|
||||
run("hilomap -singleton -hicell __MISTRAL_VCC Q -locell __MISTRAL_GND Q");
|
||||
// Rename from Yosys-internal MISTRAL_* cells to Quartus cells.
|
||||
run("techmap -map +/intel_alm/common/quartus_rename.v");
|
||||
run(stringf("techmap -map +/intel_alm/%s/quartus_rename.v", family_opt.c_str()));
|
||||
run(stringf("techmap -D %s -map +/intel_alm/common/quartus_rename.v", family_opt.c_str()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue