Skip to content

Commit 4a4b150

Browse files
committed
pytest modules are updatd
1 parent 9dece2f commit 4a4b150

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+379
-175
lines changed

pyverilog/testcode/test.v

Lines changed: 0 additions & 19 deletions
This file was deleted.

pyverilog/vparser/Makefile

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
PYTHON = python3
2-
#OPT=-m pdb
3-
#OPT=-m cProfile -s time
4-
#OPT=-m cProfile -o profile.rslt
5-
6-
PREPROCESS=preprocessor.py
7-
LEXER=lexer.py
8-
PARSER=parser.py
9-
10-
SRCS=../testcode/test.v
11-
#SRCS=../testcode/generate.v
12-
13-
.PHONY: parse
14-
parse:
15-
$(PYTHON) $(OPT) $(PARSER) $(SRCS)
16-
17-
.PHONY: lexer_test
18-
lexer_test:
19-
$(PYTHON) $(OPT) $(LEXER)
20-
21-
.PHONY: preprocess_test
22-
preprocess_test:
23-
$(PYTHON) $(OPT) $(PREPROCESS)
24-
251
.PHONY: clean
262
clean:
273
rm -rf *.pyc __pycache__ parsetab.py *.out ply/__pycache__ ply/*.pyc

test/parser_test/Makefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/parser_test/delay/pyverilog

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/parser_test/led/Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/parser_test/led/pyverilog

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/preprocessor_test/led.v

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/preprocessor_test/main.v

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)