librecores / librecores-pipeline-lib

Jenkins Pipeline library for LibreCores CI
MIT License
8 stars 6 forks source link

Add yosysSynthesisReport() to or1k_marocchino #16

Open Nancy-Chauhan opened 5 years ago

Nancy-Chauhan commented 5 years ago

Extend the usecase of Yosys Synthesis() step : Steps : 1 ) Add yosys synthesis to https://github.com/openrisc/or1k_marocchino
2) Example for reference : https://github.com/openrisc/mor1kx/blob/master/Jenkinsfile

stffrdhrn commented 5 years ago

This is merged should be good to close now?

Nancy-Chauhan commented 5 years ago

@stffrdhrn We need to make more changes to https://github.com/openrisc/or1k_marocchino ( syntax changes : as done in https://github.com/openrisc/or1k_marocchino/pull/17 ) to make yosys synthesis functional

https://ci.librecores.org/job/Projects/job/OpenRISC/job/or1k_marocchino/view/change-requests/job/PR-16/5/console

stffrdhrn commented 5 years ago

Hi @Nancy-Chauhan ,

The job above is failing with ERROR: Module 'or1k_marocchino' not found!. I have fixed that now in the repo to specify the correct top level. How can we rerun the jenkins job? It doesn't seem to have triggered since 2019-10-13. I have granted librecores-ci access to the repo.

Nancy-Chauhan commented 5 years ago

@stffrdhrn Yes that's true. I think @oleg-nenashev can help us with this.