fvutils / pyvsc

Python packages providing a library for Verification Stimulus and Coverage
https://fvutils.github.io/pyvsc
Apache License 2.0
113 stars 26 forks source link

Is there an example of pyvsc integrated with cocotb and SV RTL with a simulator? #202

Closed sbhutada closed 9 months ago

mballance commented 9 months ago

My thinking is to include such 'system' examples with PyUVM and/or cocotb. It seems there is openness to including such examples with PyUVM: https://github.com/pyuvm/pyuvm/issues/191

sbhutada commented 9 months ago

My thinking is to include such 'system' examples with PyUVM and/or cocotb. It seems there is openness to including such examples with PyUVM: https://github.com/pyuvm/pyuvm/issues/191

Matt, Related but slightly different question. Is there an example that just connects PyVSC through SV UVM bench to dut? My analysis of Python UVM is that the development is too scattered and thin feature wise. But PyVSC can be quite useful by itself.