diff options
Diffstat (limited to 'src/main/stanza/firrtl-ir.stanza')
| -rw-r--r-- | src/main/stanza/firrtl-ir.stanza | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/main/stanza/firrtl-ir.stanza b/src/main/stanza/firrtl-ir.stanza index d9586df9..ace1e76f 100644 --- a/src/main/stanza/firrtl-ir.stanza +++ b/src/main/stanza/firrtl-ir.stanza @@ -161,25 +161,6 @@ public defstruct Print <: Stmt : ;LOW public defstruct Empty <: Stmt ;LOW -; CHIRRTL Features -public definterface MPortDir -public val MRead = new MPortDir -public val MWrite = new MPortDir -public val MReadWrite = new MPortDir - -public defstruct CDefMemory <: Stmt : ;LOW - info: FileInfo with: (as-method => true) - name: Symbol - type: Type - size: Int - seq?: True|False -public defstruct CDefMPort <: Stmt : - info: FileInfo with: (as-method => true) - name: Symbol - mem: Symbol - exps: List<Expression> - direction: MPortDir - public definterface Type public defstruct UIntType <: Type : width: Width |
