diff options
| author | azidar | 2016-01-14 13:27:09 -0800 |
|---|---|---|
| committer | azidar | 2016-01-16 11:45:00 -0800 |
| commit | e2b0b6548cdaad19034ee32571faac4a87943849 (patch) | |
| tree | ea45ffe0c1dcf41575f2fd507b70558aa23ea8d9 /src/main/stanza/compilers.stanza | |
| parent | 24789a974ce55a9b83133bdd5dd7a64241e447d6 (diff) | |
Fixed inline-indexers bug where genders weren't properly calculated in
Lower Types pass. #53
Diffstat (limited to 'src/main/stanza/compilers.stanza')
| -rw-r--r-- | src/main/stanza/compilers.stanza | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza index 4d12ddcb..88a4141a 100644 --- a/src/main/stanza/compilers.stanza +++ b/src/main/stanza/compilers.stanza @@ -62,6 +62,8 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> : ;ExpandIndexedConnects() ;W InlineIndexed() InferTypes() ;R + ResolveGenders() ;W + CheckTypes() ;R CheckGenders() ;W ExpandWhens() ;W InferWidths() ;R |
