2019-04-18 00:19:02 +02:00
|
|
|
# From https://github.com/cliffordwolf/icestorm/blob/be0bca0/icefuzz/timings_lp8k.txt
|
2019-04-17 02:34:11 +02:00
|
|
|
|
2019-04-17 01:39:30 +02:00
|
|
|
# NB: Inputs/Outputs must be ordered alphabetically
|
2019-06-22 23:27:41 +02:00
|
|
|
# (with exceptions for carry in/out)
|
2019-04-19 02:46:32 +02:00
|
|
|
|
2019-04-17 20:10:20 +02:00
|
|
|
# Inputs: CI I0 I1
|
|
|
|
|
# Outputs: CO
|
2019-06-22 23:27:41 +02:00
|
|
|
# (NB: carry chain input/output must be last
|
|
|
|
|
# input/output and have been moved there
|
|
|
|
|
# overriding the alphabetical ordering)
|
|
|
|
|
SB_CARRY 1 1 3 1
|
|
|
|
|
675 609 186
|
2019-04-17 20:10:20 +02:00
|
|
|
|
|
|
|
|
# Inputs: I0 I1 I2 I3
|
|
|
|
|
# Outputs: O
|
2019-06-22 23:27:41 +02:00
|
|
|
SB_LUT4 2 1 4 1
|
2019-06-13 17:24:33 +02:00
|
|
|
661 589 558 465
|