diff options
| author | azidar | 2015-09-29 15:49:52 -0700 |
|---|---|---|
| committer | azidar | 2015-09-29 15:49:52 -0700 |
| commit | 2a9bd217e6d8e519bc78f66e44502d77fa9cdc1d (patch) | |
| tree | 8c74300cbf7eaf289fc0121c1fdd3efb0b378b07 /src/main/stanza/custom-compiler.stanza | |
| parent | d380b8cfd11d2fe1231774f7b9492aff959bb279 (diff) | |
Added DecToIndexer/DecFromIndexer. Fixed most use cases of incorrect catching of initialization of accessors. Missing use case of accessing an accessor. Still need to update tests to pass
Diffstat (limited to 'src/main/stanza/custom-compiler.stanza')
| -rw-r--r-- | src/main/stanza/custom-compiler.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/custom-compiler.stanza b/src/main/stanza/custom-compiler.stanza index 36a6474f..0f43da58 100644 --- a/src/main/stanza/custom-compiler.stanza +++ b/src/main/stanza/custom-compiler.stanza @@ -28,7 +28,7 @@ public defmethod passes (c:InstrumentedVerilog) -> List<Pass> : CheckGenders() ExpandAccessors() LowerToGround() - ExpandIndexedConnects() + InlineIndexed() InferTypes() CheckGenders() ExpandWhens() |
