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

[MK]: Add make targets to build/clean the entire chimera SoC #55

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

Lore0599
Copy link

Simplify Make flow

This PR should solve issue #9.
It introduces two make targets to build and clean the entire Chimera SoC simplifying the make flow.
By running make chim-all the SW and RTL are built while make chim-clean can be used to delete both the binaries and the RTL compilation script.
In this way, the building flow shoudl be the follwoing:

  • bender checkout
  • make chim-all

Additionally, some simulation flags that were mistakenly removed in #43 have been reintroduced.

Copy link
Collaborator

@Scheremo Scheremo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Lore0599 Lore0599 merged commit ba901e9 into devel Nov 26, 2024
6 checks passed
@Lore0599 Lore0599 deleted the lleone/make-flow branch November 26, 2024 08:57
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

Successfully merging this pull request may close these issues.

2 participants