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

First installment of deprecating the config command. Moved the 'exe' setting to apio.ini #368

Merged
merged 3 commits into from
Apr 5, 2024

Conversation

zapta
Copy link
Collaborator

@zapta zapta commented Apr 4, 2024

With this change, the optional 'exe' attribute now resides in the apio.ini file and is expected to be edited manually by the user. Next will move in the same way the 'verbose' attributes. Also added a few validations of the apio.ini file, for example, that there are no unknown and ignored attributes.

Examples

Default is exe_mode = default

[env]
board = upduino31
top-module = main
[env]
board = upduino31
top-module = main
exe_mode = default
[env]
board = upduino31
top-module = main
exe_mode = native

…ibute from "profile.json" to a new apio.ini attribute called exe_mode = default | native. Will document it in a later commit.
@Obijuan Obijuan merged commit b9ca121 into FPGAwars:develop Apr 5, 2024
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