mciepluc / cocotb-coverage

Functional Coverage and Constrained Randomization Extensions for Cocotb
BSD 2-Clause "Simplified" License
100 stars 15 forks source link

Question: How to enable simulation waveform in cocotb-coverage? #90

Closed MFJI closed 3 weeks ago

MFJI commented 1 month ago

How to enable simulation waveform in cocotb-coverage?

I tried the method in cocotb like adding the code SIM_ARGS += --trace or EXTRA_ARGS += --trace --trace-structs in makefile but it doesn't work.

Is there any suggestions?

Thank you.

MFJI commented 3 weeks ago

Looks like it works now