3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-15 23:35:28 +00:00

Add SB_LUT4 to box library

This commit is contained in:
Eddie Hung 2019-04-16 17:34:11 -07:00
parent 7980118d74
commit 743c164eee
3 changed files with 16 additions and 0 deletions

View file

@ -1,6 +1,13 @@
# From https://github.com/cliffordwolf/icestorm/blob/81c33a3/icefuzz/timings_hx8k.txt
# NB: Inputs/Outputs must be ordered alphabetically
# Inputs: CI I0 I1
# Outputs: CO
SB_CARRY 1 1 3 1
126 259 231
# Inputs: I0 I1 I2 I3
# Outputs: O
SB_LUT4 2 1 4 1
316 379 400 449