diff options
| author | azidar | 2015-04-17 13:13:13 -0700 |
|---|---|---|
| committer | azidar | 2015-04-17 13:13:13 -0700 |
| commit | 130c6676418e85d5d4dd12a0f0845e912eda8c3e (patch) | |
| tree | 25b5337fb7a6792ba746f431cec2f43972b67aac /src/main/stanza/primop.stanza | |
| parent | 1b0d51687aaa4d0cf0d52ebf10802ff1064a1cf9 (diff) | |
Removed excessive debug print statements, added default call to firrtl to generate flo
Diffstat (limited to 'src/main/stanza/primop.stanza')
| -rw-r--r-- | src/main/stanza/primop.stanza | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/stanza/primop.stanza b/src/main/stanza/primop.stanza index a7fc15ac..b42380e6 100644 --- a/src/main/stanza/primop.stanza +++ b/src/main/stanza/primop.stanza @@ -21,7 +21,7 @@ public defn lower-and-type-primop (e:DoPrim) -> DoPrim : (t:SIntType) : s() (t) : UnknownType() - println-all(["Inferencing primop type: " e]) + ;println-all(["Inferencing primop type: " e]) switch {op(e) == _} : ADD-OP : DoPrim{_,args(e),consts(e),u-and(args(e)[0],args(e)[1])} $ @@ -274,7 +274,7 @@ public defn primop-gen-constraints (e:DoPrim,v:Vector<WGeq>) -> Type : defn sum (l:List<Expression>) : add-c(PlusWidth(width!(l[0]),width!(l[1]))) - println-all(["Looking at " op(e) " with inputs " args(e)]) + ;println-all(["Looking at " op(e) " with inputs " args(e)]) switch {op(e) == _} : ADD-UU-OP : mp1(args(e)) ADD-US-OP : mp1(args(e)) |
