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

Conformal not finding modules that are being used in experiment unless module is included in top file. #102

Open
jonath48 opened this issue Dec 19, 2022 · 0 comments

Comments

@jonath48
Copy link

This is a conformal log of a comparison of the ooc EX_stage before and after going through yosys synthesis. The log shows that the top file EX_stage.v is instancing the alu module which conformal can't find for some reason. The module in mips_16_defs.v is included in the EX_stage.v with an include statement. This may be what was causing the redefinition errors that were occurring before when I was running yosys synths because when I include the alu.v file in the EX_stage.v I receive a redefinition error once again. If I comment out the include_all_verilog_files: yes line in the design.yaml file for this experiment then It goes away.

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