Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
e826f57b27df591f83a2845a638636875713f938
/
.
/
vtr_flow
/
benchmarks
/
blif
/
7
/
shiftreg.blif
blob: 1c43fc140e4a397add9a8992342d042006a08bcf [
file
] [
log
] [
blame
]
.
model top
.
inputs shiftreg_in clock
.
outputs shiftreg_out
.
latch shiftreg_in n_n10 re clock
2
.
latch n_n10 n_n11 re clock
2
.
latch n_n11 shiftreg_out re clock
2
.
end