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

❌ MixedLanguage Implementation keeps failing #245

Closed
stnolting opened this issue Jan 2, 2022 · 1 comment · Fixed by #252
Closed

❌ MixedLanguage Implementation keeps failing #245

stnolting opened this issue Jan 2, 2022 · 1 comment · Fixed by #252
Labels
bug Something isn't working as expected CI Continuous integration-related

Comments

@stnolting
Copy link
Owner

The MixedLanguage setup (VHDL + Verilog) keeps failing. I do not think this is a code problem - there were no relevant code changes there. I think this might be a regression issue with GHDL?!

GHDL fails to import the neorv32_Fomu_MixedLanguage_ClkGen module:

3. Executing GHDL.
./board_tops/neorv32_Fomu_BoardTop_MixedLanguage.vhd:87:3:warning: instance "clk_inst" of component "neorv32_fomu_mixedlanguage_clkgen" is not bound [-Wbinding]
  Clk_inst : neorv32_Fomu_MixedLanguage_ClkGen

Yosys then fails to handle that module:

ERROR: cell type 'neorv32_Fomu_MixedLanguage_ClkGen' is unsupported (instantiated as 'clk_inst')
@stnolting stnolting added bug Something isn't working as expected CI Continuous integration-related labels Jan 2, 2022
@umarcor
Copy link
Collaborator

umarcor commented Jan 2, 2022

Yes. This is something I saw in fomu-workshop 1-2 weeks ago. It's happening with mixed language examples only. I will have a look at it in the upcoming week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected CI Continuous integration-related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants