Skip to content

Fix design/code to adhere to modern standards #9

@SZBihan

Description

@SZBihan

See the uart_rx.v and uart_tx.v files (in rtl folder). They use parameters before declaring them. This is unacceptable by modern Verilog standards, even for Iverilog. As is, the compilation fails (for current Iverilog).

I suggest making such ones module parameters:
module #(parameter ...) ...

This fixes the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions