ipbus/ipbus-firmware

Compilation error in ipbus_pipeline.vhd

Closed this issue · 2 comments

m-kru commented

/ipbus-firmware/components/ipbus_core/firmware/hdl/ipbus_pipeline.vhd:90:32: no declaration for "ipbus_in"

Looks like it should be m_ipb_in instead of ipbus_in ? Or maybe s_ipb_out.ipb_strobe is also wrong on the left side of the signal assignment?

Hi,

Thanks for reporting this. I've opened a pull request containing a potential fix - changing ipbus_in.ipb_strobe and not got_ack to m_ipb_in.ipb_strobe and not got_resp - but still need to confirm this.

Cheers,
Tom

Hi,

This fix has now been merged into the master branch and will be included in the next tag of the repo. (Sorry for the delay in merging - it slipped off my 'to do' list.)

Cheers,
Tom