aboutsummaryrefslogtreecommitdiff
path: root/src/main/antlr4
diff options
context:
space:
mode:
authorJack2015-10-15 14:16:06 -0700
committerJack2015-10-15 14:16:06 -0700
commit80c055ce93c9d5988c6158c4a91c01633f8ebf22 (patch)
tree0e356d563db0d4701da41a201dcae3ff7cbf8e2f /src/main/antlr4
parent7a7936c8fbddbffc1c4775fafeb5106ba1002dd4 (diff)
Reorganized Primops (renamed from PrimOps), added maps and functions to convert object <=> string, added eqv and neqv
Diffstat (limited to 'src/main/antlr4')
-rw-r--r--src/main/antlr4/FIRRTL.g42
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/antlr4/FIRRTL.g4 b/src/main/antlr4/FIRRTL.g4
index d9f3d18f..96172895 100644
--- a/src/main/antlr4/FIRRTL.g4
+++ b/src/main/antlr4/FIRRTL.g4
@@ -125,6 +125,8 @@ primop
| 'geq'
| 'eq'
| 'neq'
+ | 'eqv'
+ | 'neqv'
| 'mux'
| 'pad'
| 'asUInt'