From 78bd8fe966f20001a18a30dc022056f607f91f31 Mon Sep 17 00:00:00 2001 From: "Ong, Lean Kim" Date: Tue, 15 Aug 2023 18:22:18 +0800 Subject: [PATCH] Disable I2C export to resolve compilation error Signed-off-by: Ong, Lean Kim --- sm_soc_devkit_ghrd/create_ghrd_qsys.tcl | 1 - sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl | 1 - 2 files changed, 2 deletions(-) diff --git a/sm_soc_devkit_ghrd/create_ghrd_qsys.tcl b/sm_soc_devkit_ghrd/create_ghrd_qsys.tcl index deb96fd..01f24e5 100755 --- a/sm_soc_devkit_ghrd/create_ghrd_qsys.tcl +++ b/sm_soc_devkit_ghrd/create_ghrd_qsys.tcl @@ -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} { diff --git a/sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl b/sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl index c1ac2fe..0486bfe 100755 --- a/sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl +++ b/sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl @@ -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