diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-17 15:10:39 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-17 15:10:39 -0700 |
commit | 5c0853fc518bbbad77b819a5c916e438d0e33cb0 (patch) | |
tree | 50c3d67af7cf70ead736fe66252d321abe76d662 /techlibs/ice40/up5k.box | |
parent | 4b520ae627f696499eb91b1b4e762ef0b1dfdd2d (diff) | |
download | yosys-5c0853fc518bbbad77b819a5c916e438d0e33cb0.tar.gz yosys-5c0853fc518bbbad77b819a5c916e438d0e33cb0.tar.bz2 yosys-5c0853fc518bbbad77b819a5c916e438d0e33cb0.zip |
Add up5k timings
Diffstat (limited to 'techlibs/ice40/up5k.box')
-rw-r--r-- | techlibs/ice40/up5k.box | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/techlibs/ice40/up5k.box b/techlibs/ice40/up5k.box new file mode 100644 index 000000000..94df1df8f --- /dev/null +++ b/techlibs/ice40/up5k.box @@ -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 |