Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0a8dcf10219ceecb9d0b3e304cd0e987faea9c17
/
.
/
vtr_flow
/
benchmarks
/
microbenchmarks
/
false_path_mux.blif
blob: c7c55b1c02b0472d4f74d3e77e734331c4ef0c53 [
file
] [
log
] [
blame
]
.
model top
.
inputs a b c sel
.
outputs
out
.
names b b_inv
0
1
.
names c b_inv sel d
011
1
100
1
110
1
111
1
.
names d a sel
out
011
1
100
1
110
1
111
1
.
end