1
0
mirror of synced 2026-01-13 07:29:32 +00:00
YosysHQ.yosys/tests/liberty/dff.lib.filtered.ok

20 lines
294 B
Plaintext

library(dff) {
cell(dff) {
area : 1 ;
ff("IQ", "IQN") {
next_state : "(D)" ;
clocked_on : "CLK" ;
}
pin(D) {
direction : input ;
}
pin(CLK) {
direction : input ;
}
pin(Q) {
direction : output ;
function : "IQ" ;
}
}
}