[Benchmark] Bug fix in the and2 eblif to cooperate with the architecture models

This commit is contained in:
tangxifan 2021-02-02 15:04:43 -07:00
parent 8e36ed1ab6
commit dc320182b0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
.inputs a b
.outputs c
.subckt adder_lut in[1]=a in[0]=b lut2_out[1]=unconn lut2_out[0]=unconn lut4_out[0]=c
.subckt adder_lut in[3]=unconn in[2]=unconn in[1]=a in[0]=b lut2_out[1]=unconn lut2_out[0]=unconn lut4_out[0]=c
.param LUT 1010101010101010
.end