Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Encountered unhandled typespec in process_parameter #519

Open
msaligane opened this issue Sep 30, 2021 · 1 comment
Open

Encountered unhandled typespec in process_parameter #519

msaligane opened this issue Sep 30, 2021 · 1 comment

Comments

@msaligane
Copy link

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:

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

@kamilrakoczy
Copy link
Collaborator

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants