Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

Register Maximal width is wrongly supported #68

@richnou

Description

@richnou

The Register Width can be defined in RFG to support and data width interface.
However, if a register exceeds this size, the API does not produce an error, and the produced Verilog generates too wide data buses.

When synthesizing the design, the bits in registers over the maximal size may be trimmed away, and this can only be seen in a warning, making design debugging difficult.

Solution: Registers wider than maximal register size should just produce an error during definition parsing.

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