3
0
Fork 0
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:
Dan Ravensloft 2020-04-15 14:28:35 +01:00 committed by Marcelina Kościelnicka
parent d7da491002
commit 43cc6bd8a1
2 changed files with 3 additions and 6 deletions

View file

@ -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()));