-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set the default option from ACLINT to CLINT
- Added a flag `ENABLE_ACLINT` in the Makefile, allowing users to choose whether to enable ACLINT. By default, ACLINT is disabled (inspired by QEMU). If enabled, ACLINT will be used instead of CLINT. - Introduced `OBJS_IR_CTRL` in the Makefile, including `plic.o` in it, and conditionally compiling either `aclint.o` or `clint.o` based on the state of the `ENABLE_ACLINT` flag. - Changed the default script for generating the device-tree configuration to the CLINT version, and adjusted the script selection based on whether ACLINT is enabled. - Remove the macro `SEMU_FEATURE_ACLINT` in feature.h
- Loading branch information
Showing
4 changed files
with
65 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters