3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Rename shregmap -tech xilinx -> xilinx_dynamic

This commit is contained in:
Eddie Hung 2019-06-04 14:34:36 -07:00
parent 7b186740d3
commit 94a5f4e609
2 changed files with 6 additions and 6 deletions

View file

@ -263,8 +263,8 @@ struct SynthXilinxPass : public ScriptPass
// shregmap operates on bit-level flops, not word-level,
// so break those down here
run("simplemap t:$dff t:$dffe", "(skip if '-nosrl')");
// shregmap with '-tech xilinx' infers variable length shift regs
run("shregmap -tech xilinx -minlen 3", "(skip if '-nosrl')");
// shregmap to infer variable length shift regs
run("shregmap -tech xilinx_dynamic -minlen 3", "(skip if '-nosrl')");
}
std::string techmap_files = " -map +/techmap.v";