mirror of https://github.com/YosysHQ/yosys.git
Back to passing all xc7srl tests!
This commit is contained in:
parent
31ff0d8ef5
commit
d394b9301b
|
@ -205,17 +205,16 @@ struct SynthXilinxPass : public ScriptPass
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check_label("fine")) {
|
if (check_label("fine")) {
|
||||||
run("opt -fast");
|
|
||||||
run("memory_map");
|
|
||||||
run("dffsr2dff");
|
|
||||||
run("dff2dffe");
|
|
||||||
|
|
||||||
// shregmap -tech xilinx can cope with $shiftx and $mux
|
// shregmap -tech xilinx can cope with $shiftx and $mux
|
||||||
// cells for identifiying variable-length shift registers,
|
// cells for identifiying variable-length shift registers,
|
||||||
// so attempt to convert $pmux-es to the former
|
// so attempt to convert $pmux-es to the former
|
||||||
if (!nosrl || help_mode)
|
if (!nosrl || help_mode)
|
||||||
run("pmux2shiftx", "(skip if '-nosrl')");
|
run("pmux2shiftx", "(skip if '-nosrl')");
|
||||||
|
|
||||||
|
run("opt -fast -full");
|
||||||
|
run("memory_map");
|
||||||
|
run("dffsr2dff");
|
||||||
|
run("dff2dffe");
|
||||||
run("opt -full");
|
run("opt -full");
|
||||||
|
|
||||||
if (!vpr || help_mode)
|
if (!vpr || help_mode)
|
||||||
|
|
Loading…
Reference in New Issue