Skip to content

Not detect multiple driver error #2079

@taichi-ishitani

Description

@taichi-ishitani

Currenlty, veryl compiler does not detect multiple driver error.
As a result, invalid SV is generated.

Example:

module ModuleA {
  var a: logic;

  always_comb {
    a = 0;
  }
  always_comb {
    a = 1; // Illegal assignment but no error is reported
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions