Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parser error #126

Open
1353369570 opened this issue Oct 20, 2023 · 0 comments
Open

parser error #126

1353369570 opened this issue Oct 20, 2023 · 0 comments

Comments

@1353369570
Copy link

when exculd: ast, directives = parse(file, preprocess_include="", preprocess_define="")
Got the following error:

File "C:\Users\Administrator\AppData\Roaming\Python\Python37\site-packages\pyverilog\vparser\parser.py", line 2338, in parse
ast = codeparser.parse()
File "C:\Users\Administrator\AppData\Roaming\Python\Python37\site-packages\pyverilog\vparser\parser.py", line 2315, in parse
text = self.preprocess()
File "C:\Users\Administrator\AppData\Roaming\Python\Python37\site-packages\pyverilog\vparser\parser.py", line 2309, in preprocess
self.preprocessor.preprocess()
File "C:\Users\Administrator\AppData\Roaming\Python\Python37\site-packages\pyverilog\vparser\preprocessor.py", line 86, in preprocess
subprocess.call(cmd)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 323, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 775, in init
restore_signals, start_new_session)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1178, in _execute_child
startupinfo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant