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

Revert "Rename shregmap -tech xilinx -> xilinx_dynamic"

This reverts commit 94a5f4e609.
This commit is contained in:
Eddie Hung 2019-06-10 14:34:43 -07:00
parent 7d27e1e431
commit a1d4ae78a0
2 changed files with 6 additions and 6 deletions

View file

@ -266,8 +266,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 to infer variable length shift regs
run("shregmap -tech xilinx_dynamic -minlen 3", "(skip if '-nosrl')");
// shregmap with '-tech xilinx' infers variable length shift regs
run("shregmap -tech xilinx -minlen 3", "(skip if '-nosrl')");
}
std::string techmap_files = " -map +/techmap.v";