1
0
mirror of synced 2026-01-13 15:37:16 +00:00
YosysHQ.yosys/tests/liberty/semicolextra.lib.filtered.ok

21 lines
317 B
Plaintext

library(supergate) {
cell(DFF) {
cell_footprint : dff ;
area : 50 ;
pin(D) {
direction : input ;
}
pin(CK) {
direction : input ;
clock : true ;
}
ff(IQ, IQN) {
clocked_on : "CK" ;
next_state : "D" ;
}
pin(Q) {
direction : output ;
}
}
}