Skip to content

Commit

Permalink
New makefile flow
Browse files Browse the repository at this point in the history
-remove the extra tcl file


Signed-off-by: y <hui1.teng.lim@intel.com>
  • Loading branch information
hui1teng authored and FelixWongSiewAn committed Mar 28, 2024
1 parent f65725c commit f4b0169
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 5,066 deletions.
26 changes: 13 additions & 13 deletions sm_soc_devkit_ghrd/create_ghrd_qsys.tcl
Expand Up @@ -25,19 +25,19 @@ source ./utils.tcl

package require -exact qsys 19.1

if {$fpga_peripheral_en == 1} {
source ./peripheral_subsys/construct_subsys_peripheral.tcl
reload_ip_catalog
}

if {$jtag_ocm_en == 1} {
source ./jtag_subsys/construct_subsys_jtag_master.tcl
reload_ip_catalog
}
if {$hps_en == 1} {
source ./hps_subsys/construct_subsys_hps.tcl
reload_ip_catalog
}
#if {$fpga_peripheral_en == 1} {
#source ./peripheral_subsys/construct_subsys_peripheral.tcl
#reload_ip_catalog
#}
#
#if {$jtag_ocm_en == 1} {
#source ./jtag_subsys/construct_subsys_jtag_master.tcl
#reload_ip_catalog
#}
#if {$hps_en == 1} {
#source ./hps_subsys/construct_subsys_hps.tcl
#reload_ip_catalog
#}

create_system $qsys_name

Expand Down

This file was deleted.

73 changes: 0 additions & 73 deletions sm_soc_devkit_ghrd/hps_subsys/agilex_hps_parameter_solver.tcl

This file was deleted.

0 comments on commit f4b0169

Please sign in to comment.