mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-16 19:06:18 +00:00
Add up5k timings
This commit is contained in:
parent
4b520ae627
commit
5c0853fc51
2 changed files with 19 additions and 0 deletions
13
techlibs/ice40/up5k.box
Normal file
13
techlibs/ice40/up5k.box
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# From https://github.com/cliffordwolf/icestorm/blob/be0bca0/icefuzz/timings_up5k.txt
|
||||||
|
|
||||||
|
# NB: Inputs/Outputs must be ordered alphabetically
|
||||||
|
|
||||||
|
# Inputs: CI I0 I1
|
||||||
|
# Outputs: CO
|
||||||
|
SB_CARRY 1 1 3 1
|
||||||
|
278 675 609
|
||||||
|
|
||||||
|
# Inputs: I0 I1 I2 I3
|
||||||
|
# Outputs: O
|
||||||
|
SB_LUT4 2 1 4 1
|
||||||
|
1285 1231 1205 874
|
6
techlibs/ice40/up5k.lut
Normal file
6
techlibs/ice40/up5k.lut
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# From https://github.com/cliffordwolf/icestorm/blob/be0bca0/icefuzz/timings_up5k.txt
|
||||||
|
# I3 I2 I1 I0
|
||||||
|
1 1 874
|
||||||
|
2 1 874 1205
|
||||||
|
3 1 874 1205 1231
|
||||||
|
4 1 874 1205 1231 1285
|
Loading…
Add table
Add a link
Reference in a new issue