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

Validate uarch instruction set after build #108

Closed
wants to merge 3 commits into from

Conversation

mpernambuco
Copy link
Contributor

This branch adds a simple validation step to the microarchitecture Makefile.
It checks if all instructions in uarch-ram.elf belong to the supported instruction set.
The motivation is to make it easier to test other toolchains and be alerted if it generates unsupported instructions.

@mpernambuco mpernambuco linked an issue Jul 18, 2023 that may be closed by this pull request
@mpernambuco mpernambuco force-pushed the validate-uarch-instruction-set-after-build branch from a2a7d41 to 8917b8f Compare July 19, 2023 15:20
@mpernambuco mpernambuco marked this pull request as ready for review July 19, 2023 15:20
diegonehab
diegonehab previously approved these changes Jul 19, 2023
@diegonehab diegonehab added the enhancement New feature or request label Jul 19, 2023
@diegonehab diegonehab requested a review from edubart July 19, 2023 15:44
uarch/Makefile Outdated Show resolved Hide resolved
uarch/Makefile Outdated Show resolved Hide resolved
@mpernambuco mpernambuco force-pushed the validate-uarch-instruction-set-after-build branch 2 times, most recently from 9d1f7f9 to 9d87509 Compare July 20, 2023 19:00
@mpernambuco mpernambuco force-pushed the validate-uarch-instruction-set-after-build branch from 9d87509 to f2c3e48 Compare July 22, 2023 22:23
@edubart
Copy link
Contributor

edubart commented Oct 27, 2023

I think we can merge this @vfusco

@edubart edubart requested a review from vfusco October 27, 2023 11:55
@vfusco
Copy link
Contributor

vfusco commented Mar 14, 2024

wont need this anymore. See #195

@vfusco vfusco closed this Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile uarch with other toolchain
4 participants