aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/antlr4/FIRRTL.g42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/antlr4/FIRRTL.g4 b/src/main/antlr4/FIRRTL.g4
index e26aca2e..f360229a 100644
--- a/src/main/antlr4/FIRRTL.g4
+++ b/src/main/antlr4/FIRRTL.g4
@@ -88,7 +88,7 @@ simple_reset
;
reset_block
- : INDENT simple_reset NEWLINE DEDENT
+ : INDENT simple_reset info? NEWLINE DEDENT
| '(' + simple_reset + ')'
;