From bc38c1ada96bfdb3659ac7556cedc9dc1a3e44c2 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Thu, 19 Sep 2024 13:09:07 +0200 Subject: [PATCH] Expose COMMON_CELLS_ASSERTS_OFF parameter in .core file --- 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