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) {
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue