From 80c055ce93c9d5988c6158c4a91c01633f8ebf22 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 15 Oct 2015 14:16:06 -0700 Subject: Reorganized Primops (renamed from PrimOps), added maps and functions to convert object <=> string, added eqv and neqv --- src/main/antlr4/FIRRTL.g4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/antlr4') 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' -- cgit v1.2.3