pulp-platform / ara

The PULP Ara is a 64-bit Vector Unit, compatible with the RISC-V Vector Extension Version 1.0, working as a coprocessor to CORE-V's CVA6 core
Other
379 stars 133 forks source link

[hardware] disable common-cells assertions forr verilator #301

Closed mp-17 closed 6 months ago

mp-17 commented 6 months ago

With the new common_cells, a guard macro has been introduced to keep out assertions during simulations, as they are not 100% compatible with all the simulation tool versions (e.g., Verilator). We therefore disable them.

Changelog

Changed

Checklist