mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-02 09:20:23 +00:00
intel_alm: add $__ prefix to MISTRAL_FF_SYNCONLY
This commit is contained in:
parent
83cde2d02b
commit
3db3e1e149
4 changed files with 4 additions and 4 deletions
|
@ -173,7 +173,7 @@ struct SynthIntelALMPass : public ScriptPass {
|
|||
run(stringf("read_verilog -specify -lib -D %s +/intel_alm/common/alm_sim.v", family_opt.c_str()));
|
||||
run(stringf("read_verilog -specify -lib -D %s +/intel_alm/common/dff_sim.v", family_opt.c_str()));
|
||||
run(stringf("read_verilog -specify -lib -D %s +/intel_alm/common/mem_sim.v", family_opt.c_str()));
|
||||
run(stringf("read_verilog -specify -lib -D %s +/intel_alm/common/abc9_model.v", family_opt.c_str()));
|
||||
run(stringf("read_verilog -specify -lib -D %s -icells +/intel_alm/common/abc9_model.v", family_opt.c_str()));
|
||||
|
||||
// Misc and common cells
|
||||
run("read_verilog -lib +/intel/common/altpll_bb.v");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue