mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Merge pull request #750 from Icenowy/anlogic-ff-init
Initialization of Anlogic DFFs
This commit is contained in:
commit
979de95cf6
3 changed files with 45 additions and 17 deletions
|
@ -170,6 +170,7 @@ struct SynthAnlogicPass : public ScriptPass
|
|||
{
|
||||
run("dffsr2dff");
|
||||
run("techmap -D NO_LUT -map +/anlogic/cells_map.v");
|
||||
run("dffinit -strinit SET RESET -ff AL_MAP_SEQ q REGSET -noreinit");
|
||||
run("opt_expr -mux_undef");
|
||||
run("simplemap");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue