From b7297b06787162e5ff57ef6d6f0d722b8e073b7a Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Thu, 3 Oct 2024 08:59:48 +0200 Subject: [PATCH] common_cells.core: Expose COMMON_CELLS_ASSERTS_OFF parameter (#234) --- common_cells.core | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common_cells.core b/common_cells.core index 510b1c44..7be80e26 100644 --- a/common_cells.core +++ b/common_cells.core @@ -122,3 +122,10 @@ filesets: targets: default: filesets : [rtl, deprecated] + parameters: [COMMON_CELLS_ASSERTS_OFF] + +parameters: + COMMON_CELLS_ASSERTS_OFF: + datatype: bool + description: Turn off asserts for PULP common cells + paramtype: vlogdefine