Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fpga_diff/src/rtl/common/core_def_xdma.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1156,13 +1156,13 @@ assign i2c2_prdata = 0;
.io_host_reset (io_host_reset)
);

fpga_clock_gate SOC_CLK_CTRL(
DifftestClockGate SOC_CLK_CTRL(
.CK (sys_clk_i),
.E ((difftest_clock_enable & xdma_link_up )|| ~sys_rstn_io || ~cpu_rstn_io),
.Q (inter_soc_clk)
);

fpga_clock_gate RTC_CLK_CTRL(
DifftestClockGate RTC_CLK_CTRL(
.CK (tmclk),
.E ((difftest_clock_enable & xdma_link_up) || ~sys_rstn_io || ~cpu_rstn_io ),
.Q (inter_rtc_clk)
Expand Down