ipbus/ipbus-firmware

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

Closed this issue · 1 comments

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.

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