-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: move bender defined to a separate file
- Loading branch information
Andrea Belano
committed
Jan 22, 2025
1 parent
d7a555a
commit 25a63c7
Showing
2 changed files
with
24 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright 2025 ETH Zurich and University of Bologna | ||
# Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
# SPDX-License-Identifier: SHL-0.51 | ||
|
||
bender_defs += -D FEATURE_ICACHE_STAT | ||
bender_defs += -D PRIVATE_ICACHE | ||
bender_defs += -D HIERARCHY_ICACHE_32BIT | ||
bender_defs += -D ICAHE_USE_FF | ||
bender_defs += -D TRACE_EXECUTION | ||
bender_defs += -D CLUSTER_ALIAS | ||
bender_defs += -D USE_PULP_PARAMETERS | ||
bender_defs += -D SNITCH_ICACHE | ||
|
||
bender_targs += -t rtl | ||
bender_targs += -t test | ||
bender_targs += -t mchan | ||
bender_targs += -t cluster_standalone | ||
bender_targs += -t scm_use_fpga_scm | ||
bender_targs += -t cv32e40p_use_ff_regfile |