circt icon indicating copy to clipboard operation
circt copied to clipboard

[FIRRTL] layer-enable attribute verifier allows module as layer symbol

Open dtzSiFive opened this issue 6 months ago • 0 comments

This input should be rejected (cc #7447):

FIRRTL version 4.0.0

circuit EL:
  extmodule X enablelayer EL :
  public module EL enablelayer EL :
    inst e of X

dtzSiFive avatar Aug 06 '24 13:08 dtzSiFive