Skip to content

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

@piotrva

Description

@piotrva

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions