Closed m-kru closed 5 years ago
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
/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 ofipbus_in
? Or maybes_ipb_out.ipb_strobe
is also wrong on the left side of the signal assignment?