mirror of https://github.com/YosysHQ/yosys.git
Improved liberty file test case
This commit is contained in:
parent
3049a08912
commit
85aaf08e53
|
@ -39,7 +39,7 @@ library(demo) {
|
||||||
}
|
}
|
||||||
cell(DFFSR) {
|
cell(DFFSR) {
|
||||||
area: 18;
|
area: 18;
|
||||||
ff(IQ, IQN) { clocked_on: C;
|
ff("IQ", "IQN") { clocked_on: C;
|
||||||
next_state: D;
|
next_state: D;
|
||||||
preset: S;
|
preset: S;
|
||||||
clear: R; }
|
clear: R; }
|
||||||
|
@ -50,5 +50,6 @@ library(demo) {
|
||||||
function: "IQ"; }
|
function: "IQ"; }
|
||||||
pin(S) { direction: input; }
|
pin(S) { direction: input; }
|
||||||
pin(R) { direction: input; }
|
pin(R) { direction: input; }
|
||||||
|
; // empty statement
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue