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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
When reading multiple sv files and running through synthesis in openlane. I get the following error message:
23. Executing Verilog with UHDM frontend.
ERROR: /openLANE_flow/designs/opentitan_soc/src/ibex_core.sv:22: Encountered unhandled typespec in process_parameter: 'rv32m_e' of type 'unsupported_typespec'
You can replicate this issue by cloning this fork of antmicro's and running: ./flow.tcl -design opentitan_soc
The text was updated successfully, but these errors were encountered:
Surelog/UHDM requires that all files required for a design to be parsed together, so reading them separately is wrong and causes yosys to do not recognize modules defined in other sv files.
More information how to read multiple files together is in #518, please confirm, that this fix helped.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is issue might be related to: #518
When reading multiple sv files and running through synthesis in openlane. I get the following error message:
You can replicate this issue by cloning this fork of antmicro's and running:
./flow.tcl -design opentitan_soc
The text was updated successfully, but these errors were encountered: