diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-08-15 09:33:06 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-08-15 09:33:06 +0200 |
commit | 5d90a5b9058d0e47643026b3439644cf974566a4 (patch) | |
tree | 1e2e12edeed6c6c51aec5c22da0ec8fad64a901a /techlibs/greenpak4/synth_greenpak4.cc | |
parent | f0a8713fea9fea016e5a83fefd9e00a32f4a88d2 (diff) | |
download | yosys-5d90a5b9058d0e47643026b3439644cf974566a4.tar.gz yosys-5d90a5b9058d0e47643026b3439644cf974566a4.tar.bz2 yosys-5d90a5b9058d0e47643026b3439644cf974566a4.zip |
Added greenpak4_dffinv
Diffstat (limited to 'techlibs/greenpak4/synth_greenpak4.cc')
-rw-r--r-- | techlibs/greenpak4/synth_greenpak4.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc index 295db1e8e..10e2a1498 100644 --- a/techlibs/greenpak4/synth_greenpak4.cc +++ b/techlibs/greenpak4/synth_greenpak4.cc @@ -185,6 +185,7 @@ struct SynthGreenPAK4Pass : public ScriptPass run("attrmvcp -attr src -attr LOC t:GP_OBUF t:GP_OBUFT t:GP_IOBUF n:*"); run("attrmvcp -attr src -attr LOC -driven t:GP_IBUF n:*"); run("techmap -map +/greenpak4/cells_map.v"); + run("greenpak4_dffinv"); run("clean"); } |