aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza/ir-parser.stanza
diff options
context:
space:
mode:
authorAdam Izraelevitz2015-07-21 11:40:19 -0700
committerAdam Izraelevitz2015-07-21 11:40:19 -0700
commitc69a45738f40e234ffb82db0f6030f7d185dc305 (patch)
treef167aebc85b4febcce2cc6e5988de60073b23c05 /src/main/stanza/ir-parser.stanza
parent70567d4d57ac178660fbef0ef660069b52857562 (diff)
Made things go faster. Still in progress. Expand when now removes
non-referenced declarations that are not instances, but it doesn't work right now.
Diffstat (limited to 'src/main/stanza/ir-parser.stanza')
-rw-r--r--src/main/stanza/ir-parser.stanza2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/ir-parser.stanza b/src/main/stanza/ir-parser.stanza
index 5b7c1106..7e07eb8b 100644
--- a/src/main/stanza/ir-parser.stanza
+++ b/src/main/stanza/ir-parser.stanza
@@ -167,7 +167,7 @@ defsyntax firrtl :
if not empty?(rest) :
FPE(rest, "Expected a statement here.")
InModule(first-info(form),name, ps, Begin(cs))
- module = (exmodule ?name:#id! #:! (?ps:#port ... ?rest ...)) :
+ module = (extmodule ?name:#id! #:! (?ps:#port ... ?rest ...)) :
if not empty?(rest) :
FPE(rest, "Expected a port here.")
ExModule(first-info(form),name, ps)