Skip to content

Commit

Permalink
Disable I2C export to resolve compilation error
Browse files Browse the repository at this point in the history
Signed-off-by: Ong, Lean Kim <lean.kim.ong@intel.com>
  • Loading branch information
lekong-pg authored and FelixWongSiewAn committed Mar 28, 2024
1 parent 11687e8 commit 78bd8fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sm_soc_devkit_ghrd/create_ghrd_qsys.tcl
Expand Up @@ -247,7 +247,6 @@ export clk_100 in_clk clk_100
export rst_in in_reset reset
export user_rst_clkgate_0 ninit_done ninit_done
export hps_subsys usb31_io usb31_io
export hps_subsys I2C1 I2C1
export hps_subsys hps_io hps_io

if {$clk_gate_en == 1} {
Expand Down
1 change: 0 additions & 1 deletion sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl
Expand Up @@ -569,7 +569,6 @@ export agilex_hps h2f_reset h2f_reset
export agilex_hps usb31_io usb31_io
# export hps_rst_in in_reset reset
# export hps_clk in_clk clk
export agilex_hps I2C1 I2C1

if {$hps_io_off == 0} {
export agilex_hps hps_io hps_io
Expand Down

0 comments on commit 78bd8fe

Please sign in to comment.