Add cells.lut to techlibs/xilinx/

This commit is contained in:
Eddie Hung 2019-04-09 14:33:37 -07:00
parent fd88ab5c83
commit 3e368593eb
2 changed files with 16 additions and 0 deletions

View File

@ -31,6 +31,7 @@ $(eval $(call add_share_file,share/xilinx,techlibs/xilinx/arith_map.v))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/ff_map.v))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/lut_map.v))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/cells.box))
$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/cells.lut))
$(eval $(call add_gen_share_file,share/xilinx,techlibs/xilinx/brams_init_36.vh))
$(eval $(call add_gen_share_file,share/xilinx,techlibs/xilinx/brams_init_32.vh))

15
techlibs/xilinx/cells.lut Normal file
View File

@ -0,0 +1,15 @@
# Max delays from https://pastebin.com/v2hrcksd
# from https://github.com/SymbiFlow/prjxray/pull/706#issuecomment-479380321
# Since LUT delays are pushed onto the fabric as routing delays,
# assume each input costs +100ps
# K area delay
1 11 224
2 12 224 324
3 13 224 324 424
4 14 224 324 424 524
5 15 224 324 424 524 624
6 20 224 324 424 524 624 724
7 40 224 324 424 524 624 724 1020
8 80 224 324 424 524 624 724 1020 1293