[Benchmark] Add a dedicated eblif to test the frac lut4 arith architecture
This commit is contained in:
parent
2b51b36dd6
commit
1712ee4edb
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
|
||||
.subckt adder_lut4 in[1]=a in[0]=b lut4_out[0]=c
|
||||
.param LUT 1000100010001000
|
||||
|
||||
.end
|
||||
|
||||
.model adder_lut4
|
||||
.inputs in[3] in[2] in[1] in[0] cin
|
||||
.outputs lut4_out[0] cout
|
||||
.blackbox
|
||||
.end
|
Loading…
Reference in New Issue