blob: da9650f8c9b1316ad74a0fb72093912e63e61f48 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// Use most pessimistic X propagation.
merge = xmerge;
// Turn on xprop for dut only.
instance { tb.dut } { xpropOn };
// Modules excluded from xprop instrumentation.
module { prim_cdc_rand_delay } { xpropOff };