diff options
| author | azidar | 2015-08-28 13:21:05 -0700 |
|---|---|---|
| committer | azidar | 2015-08-28 13:21:05 -0700 |
| commit | c561cb225ed564c83ea636644af96fd2e6dee0ab (patch) | |
| tree | 913548e5f582f3475ee65b3976e65f6ec3fe5ddc /src/main/stanza/passes.stanza | |
| parent | 7f7674edbe6f1f9eb10f12fac50b999deb5b1238 (diff) | |
Moved check type and check kind after check gender
Diffstat (limited to 'src/main/stanza/passes.stanza')
| -rw-r--r-- | src/main/stanza/passes.stanza | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/stanza/passes.stanza b/src/main/stanza/passes.stanza index fead9ac2..99fb8172 100644 --- a/src/main/stanza/passes.stanza +++ b/src/main/stanza/passes.stanza @@ -217,7 +217,7 @@ defn hasWidth (e:?) : defn hasType (e:?) : e typeof Ref|Subfield|Index|DoPrim|WRef|WSubfield |WIndex|DefWire|DefRegister|DefMemory|DefPoison - |VectorType|Port|Field|UIntValue|SIntValue + |VectorType|Port|UIntValue|SIntValue defn hasKind (e:?) : e typeof WRef @@ -600,7 +600,6 @@ defn resolve-kinds (c:Circuit) : kinds[name(m)] = ModuleKind() for p in ports(m) do : kinds[name(p)] = PortKind() - println(name(m)) match(m) : (m:InModule) : find-stmt(body(m)) (m:ExModule) : false |
