mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Add placement constraints for VCU118 10G mqnic_tdma design
This commit is contained in:
parent
b2ce3e4602
commit
de76c82186
@ -251,3 +251,19 @@ set_property -dict {LOC AP20 IOSTANDARD LVCMOS18 DRIVE 12} [get_ports {qspi_1_dq
|
||||
set_property -dict {LOC BF16 IOSTANDARD LVCMOS18 DRIVE 12} [get_ports {qspi_1_cs}]
|
||||
|
||||
|
||||
|
||||
# Floorplanning constraints
|
||||
#create_pblock pblock_slr0
|
||||
#add_cells_to_pblock [get_pblocks pblock_slr0] [get_cells -quiet [list ]]
|
||||
#resize_pblock [get_pblocks pblock_slr0] -add {SLR0}
|
||||
|
||||
create_pblock pblock_slr1
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet [list pcie4_uscale_plus_inst]]
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet [list core_inst/dma_if_pcie_us_inst]]
|
||||
add_cells_to_pblock [get_pblocks pblock_slr1] [get_cells -quiet [list core_inst/dma_if_mux_inst]]
|
||||
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