diff options
| author | jackkoenig | 2015-10-30 16:36:04 -0700 |
|---|---|---|
| committer | jackkoenig | 2015-10-30 16:36:04 -0700 |
| commit | d715e65b8de4823621b072065b746730d712d2a4 (patch) | |
| tree | 5da801428a69148c3db26d9b9a7a6927743a3c35 /src/main/stanza/ir-utils.stanza | |
| parent | 852b241e274edd888499b520d320945794a26e24 (diff) | |
Added support for -b <backend> so that specific passes can be run then a backend can be applied. Added firrtl compiler for emitting firrtl
Diffstat (limited to 'src/main/stanza/ir-utils.stanza')
| -rw-r--r-- | src/main/stanza/ir-utils.stanza | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/stanza/ir-utils.stanza b/src/main/stanza/ir-utils.stanza index 3fd96882..dbcf3b73 100644 --- a/src/main/stanza/ir-utils.stanza +++ b/src/main/stanza/ir-utils.stanza @@ -99,6 +99,7 @@ public defn PassExceptions (xs:Streamable<PassException>) : public definterface Compiler public defmulti passes (c:Compiler) -> List<Pass> +public defmulti backend (c:Compiler) -> List<Pass> public defmulti with-output (c:Compiler) -> ((() -> False) -> False) public definterface Pass |
