2019-04-17 17:04:46 -05:00
|
|
|
# From https://github.com/cliffordwolf/icestorm/blob/be0bca0/icefuzz/timings_hx8k.txt
|
2019-04-16 19:34:11 -05:00
|
|
|
|
2019-04-16 18:39:30 -05:00
|
|
|
# NB: Inputs/Outputs must be ordered alphabetically
|
2019-06-22 16:27:41 -05:00
|
|
|
# (with exceptions for carry in/out)
|
2019-04-16 18:39:30 -05:00
|
|
|
|
2019-06-22 16:27:41 -05:00
|
|
|
# Inputs: I0 I1 CI
|
2019-04-17 13:10:20 -05:00
|
|
|
# Outputs: CO
|
2019-06-22 16:27:41 -05: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
|
|
|
|
259 231 126
|
2019-04-17 13:10:20 -05:00
|
|
|
|
|
|
|
# Inputs: I0 I1 I2 I3
|
|
|
|
# Outputs: O
|
2019-06-22 16:27:41 -05:00
|
|
|
SB_LUT4 2 1 4 1
|
2019-04-17 17:04:46 -05:00
|
|
|
449 400 379 316
|