mciepluc / cocotb-coverage

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

Documentation bug with lambdas #58

Closed jonpovey closed 2 years ago

jonpovey commented 2 years ago

I think there are bugs in the example code in the introduction: xf = lambda xfer.length, lambda requires a colon after the keyword even if it takes no parameters.

mciepluc commented 2 years ago

thanks, fixes