HDLUtils / hdlregression

MIT License
15 stars 5 forks source link

Bugfix: CLI command -tc <testcase number> #9

Closed maleiter closed 1 year ago

maleiter commented 1 year ago

Bugfix for issue #8: The python range statement range(min,max) produces the range [min, max - 1]. Hence max is not included.

Also fixed two typos in the documentation.