diff options
| author | azidar | 2015-12-10 19:32:43 -0800 |
|---|---|---|
| committer | azidar | 2016-01-16 14:28:17 -0800 |
| commit | 5dfed8b731764834e4d16197d4f8c31f16daff75 (patch) | |
| tree | ad407f410e590700e4bf38312cf2acbd0d59f9ed /src/main/stanza/compilers.stanza | |
| parent | 0246ab2479724fb0118bb7a25577c71e2a038223 (diff) | |
Finished supporting nested accesses. Required some nuianced thinking. Pass all feature tests. Deleted CondRead because it tested a problem we don't have any more
Diffstat (limited to 'src/main/stanza/compilers.stanza')
| -rw-r--r-- | src/main/stanza/compilers.stanza | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza index ec65bdca..9e517f10 100644 --- a/src/main/stanza/compilers.stanza +++ b/src/main/stanza/compilers.stanza @@ -56,9 +56,9 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> : ;CheckGenders() ;W ;CheckKinds() ;W ;CheckTypes() ;R - ExpandAccesses() ;W + ;ExpandAccesses() ;W ExpandConnects() ;W - ;ReplaceIndexers() + RemoveAccesses() ResolveKinds() ;W InferTypes() ;R ResolveGenders() ;W |
