projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3049a08
)
Improved liberty file test case
author
Clifford Wolf
<clifford@clifford.at>
Mon, 6 Jul 2015 15:45:56 +0000
(17:45 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Mon, 6 Jul 2015 15:45:56 +0000
(17:45 +0200)
techlibs/cmos/cmos_cells.lib
patch
|
blob
|
history
diff --git
a/techlibs/cmos/cmos_cells.lib
b/techlibs/cmos/cmos_cells.lib
index bf6b34788d08b6af9a2caa5cb88d2dc163e1ffc9..1b0bf8457d0a70b6d3b0c6f1eff15c62c5d4c20b 100644
(file)
--- a/
techlibs/cmos/cmos_cells.lib
+++ b/
techlibs/cmos/cmos_cells.lib
@@
-39,7
+39,7
@@
library(demo) {
}
cell(DFFSR) {
area: 18;
- ff(
IQ, IQN
) { clocked_on: C;
+ ff(
"IQ", "IQN"
) { clocked_on: C;
next_state: D;
preset: S;
clear: R; }
@@
-50,5
+50,6
@@
library(demo) {
function: "IQ"; }
pin(S) { direction: input; }
pin(R) { direction: input; }
+ ; // empty statement
}
}