themperek / cocotb-test

Unit testing for cocotb
BSD 2-Clause "Simplified" License
146 stars 72 forks source link

External library support for Riviera-PRO #258

Open TroySharples opened 2 months ago

TroySharples commented 2 months ago

I don't think there is an existing way of doing this within cocotb-test. Have tested with Riviera-PRO simulator and Xilinx unisim library. Will not affect other simulators for now, although it would be good to add support for them at some point.

TroySharples commented 2 months ago

Looking at the Azure pipelines logs, it appears that the test that spuriously failed was due to a network error / timeout on the agent, and not due to any issue introduced in the changes I made. Would it be possible to review and hopefully merge these changes?