Skip to content

[BUG] $fatal call in cve2_top_tracing.sv not following latest SystemVerilog IEEE standard (1800-2012) #321

@ozografos

Description

@ozografos

Bug Description

$fatal("Fatal error: RVFI needs to be defined globally.");

It seems that this $fatal call has a syntax error when trying to run with industrial EDA. If I understand correctly the correct syntax would be:

$fatal(1, "Message")

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions