1
0
mirror of synced 2026-05-03 06:40:15 +00:00
Files
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 ;
}
}
}