diff options
| author | azidar | 2016-01-23 15:38:09 -0800 |
|---|---|---|
| committer | azidar | 2016-01-23 15:38:09 -0800 |
| commit | bc8a54c292f5e9d8a61571cbc814950ef2927842 (patch) | |
| tree | da3d46bf2c60786d5e54fc3dd7a69ebe0b279c9d /src | |
| parent | d98526e50f9dee6edd4d885c707972cfa9666e34 (diff) | |
Removed debugging printlns
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/stanza/chirrtl.stanza | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/stanza/chirrtl.stanza b/src/main/stanza/chirrtl.stanza index 6c56a357..ed4b2550 100644 --- a/src/main/stanza/chirrtl.stanza +++ b/src/main/stanza/chirrtl.stanza @@ -152,10 +152,7 @@ defn infer-mdir (c:Circuit) -> Circuit : defn infer-mdir-e (e:Expression,dir:MPortDir) -> Expression : match(map(infer-mdir-e{_,dir},e)) : (e:Ref) : - println(mports) - println(e) if key?(mports,name(e)) : - println("HERE") val new_mport_dir = switch fn ([x,y]) : mports[name(e)] == x and dir == y : [MInfer,MInfer] : error("Shouldn't be here") @@ -188,7 +185,6 @@ defn infer-mdir (c:Circuit) -> Circuit : match(m) : (m:InModule) : infer-mdir-s(body(m)) - println(mports) InModule(info(m),name(m),ports(m),set-mdir-s(body(m))) (m:ExModule) : m |
