mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Fixed "dff2dffe -direct-match"
This commit is contained in:
parent
3e9e6e1c22
commit
dc30b034f7
2 changed files with 25 additions and 12 deletions
|
@ -72,6 +72,7 @@ struct SynthIce40Pass : public Pass {
|
|||
log(" map_ffs:\n");
|
||||
log(" dff2dffe -direct-match $_DFF_*\n");
|
||||
log(" techmap -map +/ice40/cells_map.v\n");
|
||||
log(" opt_const -mux_undef\n");
|
||||
log(" simplemap\n");
|
||||
log(" clean\n");
|
||||
log("\n");
|
||||
|
@ -145,6 +146,7 @@ struct SynthIce40Pass : public Pass {
|
|||
{
|
||||
Pass::call(design, "dff2dffe -direct-match $_DFF_*");
|
||||
Pass::call(design, "techmap -map +/ice40/cells_map.v");
|
||||
Pass::call(design, "opt_const -mux_undef");
|
||||
Pass::call(design, "simplemap");
|
||||
Pass::call(design, "clean");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue