ipbus/ipbus-firmware

Request: add constant specifying IPBus word size

jhegeman opened this issue · 1 comments

Hi,

Would it be possible to add a definition of a constant somewhere that indicates the width of an IPBus word/register? Something like:

  -- The width of an IPBus word.
  constant C_IPBUS_WORD_WIDTH : integer := 32;

Cheers,
Jeroen

Ping?