forked from OpenXiangShan/difftest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add macros to disable Mem and SimJTAG DPI-C functions (OpenXiangShan#259
) We add Macros to turn off DPIC on MemRWHelper and SimJTAG without SYNTHESIS. That means we can reduce number of synchronizations if needed. The new Macros is defined in palladium.mk by default. To add build-in decleration of system task for Palladium, we need to add $. We declare fwrite in tb_top as Gfifo to reduce synchronizations and speed up simulation.
- Loading branch information
Showing
4 changed files
with
30 additions
and
19 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