diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-28 09:32:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-28 09:32:05 +0100 |
commit | 32bd0f22ec93202e67395901cdc64c20df7f0da7 (patch) | |
tree | 4c438282926d7bac304ad3ad6ad89523c4c1d784 /tests/liberty/normal.lib | |
parent | 662429cc49bb2b2f2dd53f05a3ef903b78e43345 (diff) | |
parent | 263ab60b43f3994e83bfa46b793669147d765bcc (diff) | |
download | yosys-32bd0f22ec93202e67395901cdc64c20df7f0da7.tar.gz yosys-32bd0f22ec93202e67395901cdc64c20df7f0da7.tar.bz2 yosys-32bd0f22ec93202e67395901cdc64c20df7f0da7.zip |
Merge pull request #901 from trcwm/libertyfixes
Libertyfixes: accept superfluous ; at end of group.
Diffstat (limited to 'tests/liberty/normal.lib')
-rw-r--r-- | tests/liberty/normal.lib | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/liberty/normal.lib b/tests/liberty/normal.lib index 1474e2b59..4621194dd 100644 --- a/tests/liberty/normal.lib +++ b/tests/liberty/normal.lib @@ -142,8 +142,7 @@ library(supergate) { } /* D-type flip-flop with asynchronous reset and preset */ - cell (dff) - { + cell (dff) { area : 6; ff("IQ", "IQN") { next_state : "D"; |