mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Add placement constraints for AU280 10G design
This commit is contained in:
parent
8f8fbf33a8
commit
7dba8c162c
@ -192,3 +192,19 @@ create_clock -period 10 -name pcie_mgt_refclk_1 [get_ports pcie_refclk_1_p]
|
||||
#create_clock -period 10 -name pcie_mgt_refclk_3 [get_ports pcie_refclk_3_p]
|
||||
|
||||
|
||||
|
||||
# Floorplanning constraints
|
||||
create_pblock pblock_slr0
|
||||
add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet [list pcie4c_uscale_plus_inst]]
|
||||
add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet [list core_inst/dma_if_pcie_us_inst]]
|
||||
add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet [list core_inst/dma_if_mux_inst]]
|
||||
resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
#create_pblock pblock_slr1
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet [list ]]
|
||||
#resize_pblock [get_pblocks pblock_slr1] -add {SLR1}
|
||||
|
||||
#create_pblock pblock_slr2
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr2] [get_cells -quiet [list ]]
|
||||
#resize_pblock [get_pblocks pblock_slr2] -add {SLR2}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user