mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
fpga/mqnic: Always create SLR pblocks
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
ca07a23afc
commit
853dca8c4c
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,9 +13,9 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,9 +13,9 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,13 +13,13 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
#create_pblock pblock_slr3
|
||||
create_pblock pblock_slr3
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr3] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr3] -add {SLR3}
|
||||
resize_pblock [get_pblocks pblock_slr3] -add {SLR3}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,13 +13,13 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
#create_pblock pblock_slr3
|
||||
create_pblock pblock_slr3
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr3] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr3] -add {SLR3}
|
||||
resize_pblock [get_pblocks pblock_slr3] -add {SLR3}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -9,13 +9,13 @@ add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
#create_pblock pblock_slr1
|
||||
create_pblock pblock_slr1
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4c_uscale_plus_inst"]
|
||||
|
@ -9,13 +9,13 @@ add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
#create_pblock pblock_slr1
|
||||
create_pblock pblock_slr1
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4c_uscale_plus_inst"]
|
||||
|
@ -9,9 +9,9 @@ add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
#create_pblock pblock_slr1
|
||||
create_pblock pblock_slr1
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4c_uscale_plus_inst"]
|
||||
|
@ -9,9 +9,9 @@ add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
#create_pblock pblock_slr1
|
||||
create_pblock pblock_slr1
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4c_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,9 +13,9 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,9 +13,9 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,9 +13,9 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,9 +13,9 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,9 +13,9 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Placement constraints
|
||||
#create_pblock pblock_slr0
|
||||
create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/dma_if_mux_inst"]
|
||||
@ -13,9 +13,9 @@ add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet "core_inst/core_inst/core_pcie_inst/core_inst/iface[*].interface_inst/rx_fifo_inst"]
|
||||
resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet ""]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
create_pblock pblock_pcie
|
||||
add_cells_to_pblock [get_pblocks pblock_pcie] [get_cells -quiet "pcie4_uscale_plus_inst"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user