Skip to content

Commit

Permalink
Add missing SPI and xadc_wiz address space mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Oct 21, 2022
1 parent 95fe498 commit 75ba4a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jasper_library/hdl_sources/microblaze_wb/microblaze_wb.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@ proc create_root_design { parentCell } {
assign_bd_address -offset 0x00000000 -range 0x00020000 -target_address_space [get_bd_addr_spaces microblaze_0/Data] [get_bd_addr_segs microblaze_0_local_memory/dlmb_bram_if_cntlr/SLMB/Mem] -force
assign_bd_address -offset 0x00000000 -range 0x00020000 -target_address_space [get_bd_addr_spaces microblaze_0/Instruction] [get_bd_addr_segs microblaze_0_local_memory/ilmb_bram_if_cntlr/SLMB/Mem] -force
assign_bd_address -offset 0x41200000 -range 0x00010000 -target_address_space [get_bd_addr_spaces microblaze_0/Data] [get_bd_addr_segs microblaze_0_axi_intc/S_AXI/Reg] -force

assign_bd_address -offset 0x44A00000 -range 0x00010000 -target_address_space [get_bd_addr_spaces microblaze_0/Data] [get_bd_addr_segs axi_quad_spi_0/AXI_LITE/Reg] -force
assign_bd_address -offset 0x44A10000 -range 0x00010000 -target_address_space [get_bd_addr_spaces microblaze_0/Data] [get_bd_addr_segs xadc_wiz_0/s_axi_lite/Reg] -force

# Restore current instance
current_bd_instance $oldCurInst
Expand Down

0 comments on commit 75ba4a4

Please sign in to comment.