mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 23:43:16 +00:00
synth_intel_alm: VQM support
This commit is contained in:
parent
d7da491002
commit
43cc6bd8a1
2 changed files with 3 additions and 6 deletions
|
@ -223,6 +223,7 @@ struct SynthIntelALMPass : public ScriptPass {
|
|||
|
||||
if (check_label("quartus")) {
|
||||
if (quartus || help_mode) {
|
||||
run("setundef -zero");
|
||||
run("hilomap -singleton -hicell __MISTRAL_VCC Q -locell __MISTRAL_GND Q");
|
||||
run("techmap -map +/intel_alm/common/quartus_rename.v");
|
||||
run(stringf("techmap -map +/intel_alm/%s/quartus_rename.v", family_opt.c_str()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue