mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 22:03:40 +00:00
Revert "Try using an ICE40_CARRY_LUT primitive to avoid ABC issues"
This reverts commit a7632ab332
.
This commit is contained in:
parent
a7632ab332
commit
c1ebe51a75
7 changed files with 36 additions and 103 deletions
|
@ -296,7 +296,7 @@ struct SynthIce40Pass : public ScriptPass
|
|||
run("opt_merge");
|
||||
run(stringf("dff2dffe -unmap-mince %d", min_ce_use));
|
||||
}
|
||||
run("techmap -D NO_LUT -D NO_CARRY -map +/ice40/cells_map.v");
|
||||
run("techmap -D NO_LUT -map +/ice40/cells_map.v");
|
||||
run("opt_expr -mux_undef");
|
||||
run("simplemap");
|
||||
run("ice40_ffinit");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue