diff options
| author | azidar | 2015-02-19 08:28:54 -0800 |
|---|---|---|
| committer | azidar | 2015-02-19 08:28:54 -0800 |
| commit | 8c1c4225c340dc658f7d0956e8b231050c122abc (patch) | |
| tree | 93c438922163579d5f00b3f3984c0506f66f59fc /src/main/stanza/ir-parser.stanza | |
| parent | 50b5ce57d1b823a03725dd0aa2141f300c244bf1 (diff) | |
Added compiler flags to allow tests to select which passes they test.
Changed package names from chipper to firrtl
Diffstat (limited to 'src/main/stanza/ir-parser.stanza')
| -rw-r--r-- | src/main/stanza/ir-parser.stanza | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/stanza/ir-parser.stanza b/src/main/stanza/ir-parser.stanza index 679f1362..176a812c 100644 --- a/src/main/stanza/ir-parser.stanza +++ b/src/main/stanza/ir-parser.stanza @@ -1,7 +1,7 @@ -defpackage chipper.parser : +defpackage firrtl.parser : import core import verse - import chipper.ir2 + import firrtl.ir2 import stanza.rdparser import stanza.lexer |
