mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Remove dff init altogether
The hardware does not actually support it. In reality it is always initialised to its reset value.
This commit is contained in:
parent
dd8c7e1ddd
commit
8ab412eb16
2 changed files with 3 additions and 3 deletions
|
@ -238,7 +238,6 @@ struct SynthGowinPass : public ScriptPass
|
|||
run("hilomap -singleton -hicell VCC V -locell GND G");
|
||||
run("iopadmap -bits -inpad IBUF O:I -outpad OBUF I:O "
|
||||
"-toutpad TBUF OEN:I:O -tinoutpad IOBUF OEN:O:I:IO", "(unless -noiopads)");
|
||||
run("dffinit -ff DFF Q INIT");
|
||||
run("clean");
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue