ipbus / ipbus-firmware

Firmware that implements a reliable high-performance control link for particle physics electronics, based on the IPbus protocol
https://ipbus.web.cern.ch
Other
39 stars 31 forks source link

Request: add constant specifying IPBus word size #178

Open jhegeman opened 4 years ago

jhegeman commented 4 years ago

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

jhegeman commented 3 years ago

Ping?