diff options
| author | azidar | 2015-08-19 17:14:15 -0700 |
|---|---|---|
| committer | azidar | 2015-08-19 17:14:15 -0700 |
| commit | be50b579346da77f4e94adc1c1d0f9a492be038e (patch) | |
| tree | 8ecbcbeac57520c6077311f7d0fa8936ef13dd73 /src/main/stanza/ir-parser.stanza | |
| parent | 8eec7cf373bdf02f23164cd7bbf0d02354cbc31f (diff) | |
Switched to new bigint library
Diffstat (limited to 'src/main/stanza/ir-parser.stanza')
| -rw-r--r-- | src/main/stanza/ir-parser.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/ir-parser.stanza b/src/main/stanza/ir-parser.stanza index 76e7f6ca..71236795 100644 --- a/src/main/stanza/ir-parser.stanza +++ b/src/main/stanza/ir-parser.stanza @@ -4,7 +4,7 @@ defpackage firrtl/parser : import firrtl/ir2 import stz/parser import firrtl/lexer - import bigint + import bigint2 ;======= Convenience Functions ======== defn first-info? (form) -> FileInfo|False : |
