From 00f407a61997fc3715b24c8f137f7fb6a6618c87 Mon Sep 17 00:00:00 2001 From: Eli Kim Date: Tue, 6 Dec 2022 10:54:39 -0800 Subject: [PATCH] [rdc] Add SPI_DEV PAD waiver Signed-off-by: Eli Kim --- hw/top_earlgrey/rdc/rdc_waivers.tcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hw/top_earlgrey/rdc/rdc_waivers.tcl b/hw/top_earlgrey/rdc/rdc_waivers.tcl index b161ef208e646..b3b6f1d7b9498 100644 --- a/hw/top_earlgrey/rdc/rdc_waivers.tcl +++ b/hw/top_earlgrey/rdc/rdc_waivers.tcl @@ -66,3 +66,9 @@ set_rule_status -rule E_RST_METASTABILITY -status Waived \ (MetaStableFlop=~"*.u_rv_core_ibex.u_core.core_clock_gate_i.gen_generic.u_impl_generic.en_latch")} \ -comment {If clockgating enble is reset, it affects the gating cell when \ CLK is 0 value.} + +# PINMUX CSR to SPI_DEV PADs +set_rule_status -rule E_RST_METASTABILITY -status Waived \ + -expression {(ResetFlop=~"*.u_pinmux_aon.dio*.pull_en") && \ + (MetaStableFlop=~"SPI_DEV_*")} \ + -comment {POR_N resets SPI_DEV. The SPI_CLK portion is in idle state.}