Skip to content

Commit fde5300

Browse files
authored
Merge pull request #870 from diffblue/vlindex_parser
vlindex: extract the parser class into separate file
2 parents ed6200a + 9723e2c commit fde5300

File tree

4 files changed

+1219
-1189
lines changed

4 files changed

+1219
-1189
lines changed

src/vlindex/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ SRC = \
22
verilog_indexer.cpp \
33
vlindex_main.cpp \
44
vlindex_parse_options.cpp \
5+
vlindex_parser.cpp \
56
#empty line
67

78
OBJ+= $(CPROVER_DIR)/util/util$(LIBEXT) \

0 commit comments

Comments
 (0)