diff options
| author | azidar | 2015-07-10 13:25:21 -0700 |
|---|---|---|
| committer | azidar | 2015-07-10 13:25:21 -0700 |
| commit | 1ed6d4a47c92072b12db4b784f239071e4928049 (patch) | |
| tree | 6849092b4591be05654f931511202a3b1aceb8d1 /src/main/stanza/custom-compiler.stanza | |
| parent | a62fea153cf01e9f7517c6889198d02e5fbbb266 (diff) | |
Added clock support
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 773b63ca..91732f22 100644 --- a/src/main/stanza/custom-compiler.stanza +++ b/src/main/stanza/custom-compiler.stanza @@ -17,7 +17,7 @@ public defmethod passes (c:InstrumentedVerilog) -> List<Pass> : CheckHighForm(expand-delin) TempElimination() ToWorkingIR() - MakeExplicitReset() + ;; MakeExplicitReset() ResolveKinds() CheckKinds() InferTypes() |
