Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid procedural wire assignment in test resource #979

Merged

Commits on Jan 9, 2019

  1. Avoid procedural wire assignment in test resource

    Verilator 4.008 dropped the hammer on procedural wire assignment to
    align with the IEEE standard (first I've heard of this, though). The
    VerilogVendingMachine.v test resource will error in Verilator 4.008
    with a PROCASSWIRE error if you try to compile it. This fixes that
    example to only assign to a register.
    
    Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
    seldridge committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    3d67395 View commit details
    Browse the repository at this point in the history