Skip to content

Commit

Permalink
Speficy -app for create_sw_design
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosainu committed Mar 18, 2023
1 parent 322ce44 commit 7f5e6ef
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions generate.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@ file link -symbolic system.bit $bit_file

hsi set_repo_path embeddedsw

hsi create_sw_design fsbl -proc psu_cortexa53_0 -os standalone
hsi create_sw_design fsbl -proc psu_cortexa53_0 -app zynqmp_fsbl
hsi set_property CONFIG.stdin psu_uart_1 [hsi get_os]
hsi set_property CONFIG.stdout psu_uart_1 [hsi get_os]
hsi add_library xilffs
hsi add_library xilpm
hsi add_library xilsecure
hsi generate_app -app zynqmp_fsbl -dir fsbl
hsi close_sw_design [hsi current_sw_design]

hsi create_sw_design pmufw -proc psu_pmu_0 -os standalone
hsi create_sw_design pmufw -proc psu_pmu_0 -app zynqmp_pmufw
hsi set_property CONFIG.stdin psu_uart_1 [hsi get_os]
hsi set_property CONFIG.stdout psu_uart_1 [hsi get_os]
hsi add_library xilfpga
hsi add_library xilsecure
hsi add_library xilskey
hsi generate_app -app zynqmp_pmufw -dir pmufw
hsi close_sw_design [hsi current_sw_design]

Expand Down

0 comments on commit 7f5e6ef

Please sign in to comment.