vunit icon indicating copy to clipboard operation
vunit copied to clipboard

Trying to parameterize a Verilog module that name is not lower-case causes error.

Open piotrva opened this issue 1 year ago • 0 comments

When executing a Library.module(), when a Verilog module has non-lower-case name an error occurs. This is due to the fact that both Library.entity() (VHDL) and Library.module() (Verilog) generate call to Library.test_bench(), that makes the name always lower-case.

Above calls trying to parameterize any non-lower-case Verilog module to fail.

piotrva avatar Jul 12 '23 11:07 piotrva