Skip to content

Commit

Permalink
optimize size of u55n_xdma_gen3x8 shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarky93 committed Mar 20, 2023
1 parent 4eb8fe2 commit d6cb56c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions hw/shells/xilinx_u55n/xdma_gen3x8/floorplan.xdc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
create_pblock shell_partition
resize_pblock shell_partition -add {CLOCKREGION_X7Y1:CLOCKREGION_X7Y5}
resize_pblock shell_partition -add {CLOCKREGION_X7Y1:CLOCKREGION_X7Y4}
add_cells_to_pblock shell_partition [get_cells shell_partition]
set_property USER_SLR_ASSIGNMENT SLR0 [get_cells {shell_partition/ctrl_firewall shell_partition/dma_firewall}]

create_pblock user_partition
resize_pblock user_partition -add {CLOCKREGION_X0Y4:CLOCKREGION_X6Y7}
resize_pblock user_partition -add {CLOCKREGION_X7Y6:CLOCKREGION_X7Y7}
resize_pblock user_partition -add {CLOCKREGION_X7Y5:CLOCKREGION_X7Y7}
resize_pblock user_partition -add {CLOCKREGION_X0Y0:CLOCKREGION_X6Y3}
resize_pblock user_partition -add {CLOCKREGION_X7Y0:CLOCKREGION_X7Y0}
resize_pblock user_partition -remove {IOB_X0Y103 IOB_X0Y98 IOB_X0Y84 IOB_X0Y93 IOB_X0Y94 IOB_X0Y79 IOB_X0Y78}
Expand Down
12 changes: 6 additions & 6 deletions hw/shells/xilinx_u55n/xdma_gen3x8/shell.bd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"design": {
"design_info": {
"boundary_crc": "0x7BC4BA6ECE328A34",
"boundary_crc": "0x7BC4BA6E085E9396",
"device": "xcu55n-fsvh2892-2L-e",
"name": "shell",
"rev_ctrl_bd_flag": "RevCtrlBdOff",
Expand Down Expand Up @@ -204,7 +204,7 @@
"value_src": "user_prop"
},
"NUM_WRITE_OUTSTANDING": {
"value": "32"
"value": "16"
},
"NUM_WRITE_THREADS": {
"value": "1",
Expand Down Expand Up @@ -1297,7 +1297,7 @@
"value": "32"
},
"ENABLE_PRESCALER": {
"value": "0"
"value": "1"
},
"ENABLE_PROTOCOL_CHECKS": {
"value": "1"
Expand Down Expand Up @@ -1453,7 +1453,7 @@
"value": "256"
},
"ENABLE_PRESCALER": {
"value": "0"
"value": "1"
},
"HAS_BRESP": {
"value": "1"
Expand Down Expand Up @@ -1492,7 +1492,7 @@
"value": "1"
},
"NUM_WRITE_OUTSTANDING": {
"value": "32"
"value": "16"
},
"NUM_WRITE_THREADS": {
"value": "1"
Expand Down Expand Up @@ -2495,7 +2495,7 @@
"SEG_mgmt_ram_Mem0": {
"address_block": "/mgmt_ram/S_AXI/Mem0",
"offset": "0x04060000",
"range": "8K"
"range": "4K"
},
"SEG_qspi_Reg": {
"address_block": "/qspi/AXI_LITE/Reg",
Expand Down
16 changes: 8 additions & 8 deletions hw/shells/xilinx_u55n/xdma_gen3x8/user.bd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"design": {
"design_info": {
"boundary_crc": "0x9DAB164180AD5288",
"boundary_crc": "0x9DAB1641CFA3209F",
"device": "xcu55n-fsvh2892-2L-e",
"name": "user",
"rev_ctrl_bd_flag": "RevCtrlBdOff",
Expand Down Expand Up @@ -93,7 +93,7 @@
"value": "1"
},
"NUM_WRITE_OUTSTANDING": {
"value": "32"
"value": "16"
},
"NUM_WRITE_THREADS": {
"value": "1"
Expand Down Expand Up @@ -1210,7 +1210,7 @@
"value": "32"
},
"NUM_WRITE_OUTSTANDING": {
"value": "32"
"value": "16"
}
},
"bridges": [
Expand All @@ -1232,7 +1232,7 @@
"value": "1"
},
"NUM_WRITE_OUTSTANDING": {
"value": "32"
"value": "16"
},
"NUM_WRITE_THREADS": {
"value": "1"
Expand All @@ -1252,8 +1252,8 @@
},
"debug_bridge": {
"vlnv": "xilinx.com:ip:debug_bridge:3.0",
"xci_name": "user_debug_bridge_0_0",
"xci_path": "ip/user_debug_bridge_0_0/user_debug_bridge_0_0.xci",
"xci_name": "user_debug_bridge_0",
"xci_path": "ip/user_debug_bridge_0/user_debug_bridge_0.xci",
"inst_hier_path": "debug_bridge",
"parameters": {
"C_DESIGN_TYPE": {
Expand All @@ -1270,8 +1270,8 @@
},
"shell_axi_ila": {
"vlnv": "xilinx.com:ip:system_ila:1.1",
"xci_name": "user_system_ila_0_0",
"xci_path": "ip/user_system_ila_0_0/user_system_ila_0_0.xci",
"xci_name": "user_shell_axi_ila_0",
"xci_path": "ip/user_shell_axi_ila_0/user_shell_axi_ila_0.xci",
"inst_hier_path": "shell_axi_ila",
"parameters": {
"C_NUM_MONITOR_SLOTS": {
Expand Down

0 comments on commit d6cb56c

Please sign in to comment.