mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-02 04:11:22 +00:00
Fix alignment
This commit is contained in:
parent
523e7ee782
commit
7acbea6b28
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ struct SynthXilinxPass : public ScriptPass
|
||||||
run("dffsr2dff");
|
run("dffsr2dff");
|
||||||
run("dff2dffe");
|
run("dff2dffe");
|
||||||
if (!nomux || help_mode) {
|
if (!nomux || help_mode) {
|
||||||
run("simplemap t:$mux", " (skip if -nomux)");
|
run("simplemap t:$mux", " (skip if -nomux)");
|
||||||
// FIXME: Must specify mux4, even if we don't need it,
|
// FIXME: Must specify mux4, even if we don't need it,
|
||||||
// otherwise it will use mux8 as mux4
|
// otherwise it will use mux8 as mux4
|
||||||
run("muxcover -mux4=150 -mux8=200 -mux16=250 -dmux=0", "(skip if -nomux)");
|
run("muxcover -mux4=150 -mux8=200 -mux16=250 -dmux=0", "(skip if -nomux)");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue