diff options
| author | azidar | 2015-03-25 21:05:18 -0700 |
|---|---|---|
| committer | azidar | 2015-03-25 21:05:18 -0700 |
| commit | a1a1156df859eb815f8b345d24198dbfe3857832 (patch) | |
| tree | 701f4e9677b4f488f4d073656f8368bc1e0e626e /src/main/stanza/ir-utils.stanza | |
| parent | 612132bf95b529d2fafbe96e622f716ca9514679 (diff) | |
Finished expand-whens. Removed letrec also, a while ago
Diffstat (limited to 'src/main/stanza/ir-utils.stanza')
| -rw-r--r-- | src/main/stanza/ir-utils.stanza | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/stanza/ir-utils.stanza b/src/main/stanza/ir-utils.stanza index 4d6c0235..7c3537fc 100644 --- a/src/main/stanza/ir-utils.stanza +++ b/src/main/stanza/ir-utils.stanza @@ -139,6 +139,7 @@ defmethod print (o:OutputStream, e:Expression) : print(o, ")") (e:ReadPort) : print-all(o, ["ReadPort(" mem(e) ", " index(e) ", " enable(e) ")"]) (e:WritePort) : print-all(o, ["WritePort(" mem(e) ", " index(e) ", " enable(e) ")"]) + (e:Register) : print-all(o, ["Register(" value(e) ", " enable(e) ")"]) print-debug(o,e) defmethod print (o:OutputStream, c:Stmt) : |
