Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0a8dcf10219ceecb9d0b3e304cd0e987faea9c17
/
.
/
vtr_flow
/
benchmarks
/
blif
/
8
/
xor5.blif
blob: d5f303a6633a5d2c2e3856072d182e4dcd6640b6 [
file
] [
log
] [
blame
]
.
model top
.
inputs a b c d e
.
outputs xor5
.
names a b c d e xor5
11111
1
00111
1
01011
1
10011
1
01101
1
10101
1
11001
1
00001
1
01110
1
10110
1
11010
1
00010
1
11100
1
00100
1
01000
1
10000
1
.
end