|  | # Copyright lowRISC contributors. | 
|  | # Licensed under the Apache License, Version 2.0, see LICENSE for details. | 
|  | # SPDX-License-Identifier: Apache-2.0 | 
|  | # | 
|  | # waiver file for prim_flop_2sync | 
|  |  | 
|  | waive -rules {IFDEF_CODE} -location {prim_flop_2sync.sv} -regexp {.*contained within \`else block.*} \ | 
|  | -comment "Ifdefs are required for prim_flop_2sync since it is turned on only for simulation." | 
|  |  | 
|  | waive -rules {PARAM_NOT_USED} -location {prim_flop_2sync.sv} -regexp {Parameter 'EnablePrimCdcRand' not used in module.*} \ | 
|  | -comment "This parameter is used when cdc instrumentation is enabled." | 
|  |  | 
|  | waive -rules {SAME_NAME_TYPE} -location {prim_flop_2sync.sv} -regexp {'ResetValue' is used as a parameter here, and as an enumeration value at prim.*} \ | 
|  | -comment "Parameter name reuse." |