yosys/tests/liberty/semicolextra.lib.filtered.ok

21 lines
313 B
Plaintext
Raw Normal View History

2024-08-13 11:36:31 -05:00
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 ;
}
}
}