Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
d1655d30c507a855f0430f81cd527d28456aa9b1
/
.
/
abc_with_bb_support
/
JAMIESON_TESTS
/
sample3.blif
blob: db3ee0a1e2ed5b1cd99ff904d8b05b4c52f8743c [
file
] [
log
] [
blame
]
.
model
Adder02
.
inputs a00 a01
.
outputs y00
.
subckt FA a
=
a00 b
=
a01 cout
=
y00
.
end
.
model FA
.
inputs a b
.
outputs cout
.
names a b cout
11
1
.
end