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

Fix ipbus clk bridge #235

Closed jhegeman closed 5 months ago

jhegeman commented 5 months ago

This implements a 'CDC' for a whole on-chip IPBus bus. It can be used to bring the whole IPBus on-chip bus into another (presumably faster) clock domain. This is useful in cases where an interface is needed to other on-chip buses that are not driven by the IPBus clock. E.g., a Xilinx DRP bus.

jhegeman commented 5 months ago

Run tests

tswilliams commented 5 months ago

Thanks for fixing this @jhegeman

Fixes #80