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
41 stars 32 forks source link

Minor cleanup in ipbus_transport_multibuffer_if.vhd to avoid Vivado synthesis 'critical warning' #164

Closed jhegeman closed 4 years ago

jhegeman commented 4 years ago

Vivado (and `ipbb check-syntax) produce 'critical warnings' along these lines:

CRITICAL WARNING: [HDL 9-3240] actual for formal port 'addra' is neither a static name nor a globally static expression 

for two port assignments in ipbus_transport_multibuffer_if.vhd. These are simple to clean up.

tswilliams commented 4 years ago

Fix has been merged in (pull request #165). Closing.