File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PYTHON=python3
44# OPT=-m cProfile -o profile.rslt
55
66CODEGEN =codegen.py
7- SRCS =../testcode/test .v
7+ SRCS =../../ testcode/led .v
88
99.PHONY : codegen
1010codegen :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ANALYZER=controlflow_analyzer.py
88ACTIVE =active_analyzer.py
99ACTIVERANGE =active_range.py
1010
11- SRCS =../testcode/vectoradd.v
11+ SRCS =../../ testcode/vectoradd.v
1212TOP =-t TOP
1313TARGETS =-s "TOP.MEM_A"
1414
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SUBSET=subset.py
1212CODEGEN =codegen.py
1313GRAPHGEN =graphgen.py
1414
15- SRCS =../testcode/generate.v
15+ SRCS =../../ testcode/generate.v
1616TOP =-t TOP
1717TARGETS =-s "TOP.OUT4"
1818
Original file line number Diff line number Diff line change 1- from setuptools import setup , find_packages
1+ ppfrom setuptools import setup , find_packages
22
33import pyverilog .utils .version
44import re
@@ -20,7 +20,5 @@ def read(filename):
2020 license = "Apache License 2.0" ,
2121 url = 'http://shtaxxx.github.io/Pyverilog/' ,
2222 packages = find_packages (),
23- package_data = { 'pyverilog.ast_code_generator' : ['template/*' ],
24- 'pyverilog' : ['testcode/*' ], },
23+ package_data = { 'pyverilog.ast_code_generator' : ['template/*' ], },
2524)
26-
You can’t perform that action at this time.
0 commit comments