You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning suppression example of shared variables that model TrueDPR:
** Warning: shared variable RAM must have protected type
> TrueDPR\hdl\TrueDPR.vhd:28
|
28 | shared variable ram : t_vecX1_std_logic_vector(0 to 2 ** ADDR_WIDTH - 1)(DATA_WIDTH - 1 downto 0);
| ^^^
Escalation is a companion to suppression. I strive for zero warnings builds/simulations. So all warnings are either considered errors that must be fixed or alternatively suppressed and completely ignored. In a sense, a warning is just a temporary "unhandled" issue that needs to be explicitly fixed or ignored.
I'm missing common command-line option that:
The text was updated successfully, but these errors were encountered: