You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
FixeslowRISC#7440
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
I found this warning while analyzing the failure of building FPGA bitstream.
BTW, looks like the FPGA build fails even the bitstream is generated.
The text was updated successfully, but these errors were encountered: