Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
c2868dd5f6f512d1f67fd4a4d667bbfabaaa53ba
/
.
/
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