2021-02-02 15:59:31 -06:00
|
|
|
# This is an artificial microbenchmark
|
|
|
|
# which is designed to validate the support
|
|
|
|
# on using bitstream information from the .param
|
|
|
|
# attribute of hard macro of LUTs
|
|
|
|
#
|
|
|
|
.model and2
|
|
|
|
.inputs a b
|
|
|
|
.outputs c
|
|
|
|
|
2021-02-02 16:04:43 -06:00
|
|
|
.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
|
2021-02-02 15:59:31 -06:00
|
|
|
.param LUT 1010101010101010
|
|
|
|
|
|
|
|
.end
|