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

[ci] No module named 'google_verible_verilog_syntax_py' #7440

Closed
eunchan opened this issue Jul 22, 2021 · 1 comment
Closed

[ci] No module named 'google_verible_verilog_syntax_py' #7440

eunchan opened this issue Jul 22, 2021 · 1 comment
Assignees

Comments

@eunchan
Copy link
Contributor

eunchan commented Jul 22, 2021

I found this warning while analyzing the failure of building FPGA bitstream.

BTW, looks like the FPGA build fails even the bitstream is generated.

Bitstream generation completed
ERROR: Implementation and bitstream generation step failed.
@imphil
Copy link
Contributor

imphil commented Jul 23, 2021

The "no module named google_..." error is a problem in the prim setup, but we have a fall-back in place, so it shouldn't cause any build to fail. (I'll have a fix in the coming days.) Thanks for filing an issue for it!

The bitstream error is missing a bit of context (and it's certainly not connected to the verible syntax issue), so let's maybe handle that in a separate issue?

imphil added a commit to imphil/opentitan that referenced this issue Aug 10, 2021
The include path to a Python module we depend on was dependent on the
working directory, leading to errors like

No module named 'google_verible_verilog_syntax_py'

when running primgen, and prevented the Verible parser from actually
being used.

Fixes lowRISC#7440

Signed-off-by: Philipp Wagner <phw@lowrisc.org>
@imphil imphil closed this as completed in a40545f Aug 10, 2021
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

2 participants