Package prim_count_pkg

Typedefs

Name

Actual Type

Description

action_mask_t

logic[3:0]

An enum that names the possible actions that the inputs might ask for. See the PossibleActions parameter in prim_count for how this is used.

Enums

action_e
Enum Items:
  • Clr = 4'h1

  • Set = 4'h2

  • Incr = 4'h4

  • Decr = 4'h8