mciepluc / cocotb-coverage

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

Documentation: Syntax error in code #80

Closed jahagirdar closed 1 year ago

jahagirdar commented 1 year ago

at https://cocotb-coverage.readthedocs.io/en/latest/introduction.html#constrained-random-verification-features-in-systemverilog the frame_size function gives a syntax error. is if (size=="SMALL") length < 64 etc. correct? or is it missing a return?

mciepluc commented 1 year ago

That's correct, fixed now.