1 2 3 4 5 6 7 8 9
`ifndef CORE_PSR_SV `define CORE_PSR_SV typedef struct packed { logic n, z, c, v; } psr_flags; `endif