mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Nit: remove some comments that got duplicated in 4854a131
This commit is contained in:
parent
aa7168d3bd
commit
6cc2d6149e
1 changed files with 2 additions and 7 deletions
|
@ -235,13 +235,8 @@ tests-and-seeds := \
|
|||
# Build the Random Instruction Generator
|
||||
#
|
||||
# This depends on the vendored in code in $(GEN_DIR). It also depends on the
|
||||
# values of some variables (we want to regenerate things if, for example, the
|
||||
# simulator changes). Since we're writing out to $(OUT-SEED), we don't have to
|
||||
# depend on the value of SEED. However, we do have to make sure that the
|
||||
# variables whose names are listed in $(instr-gen-build-var-deps) haven't changed.
|
||||
#
|
||||
# To do this variable tracking, we dump each of the variables to a Makefile
|
||||
# fragment and try to load it up the next time around.
|
||||
# values of the following Makefile variables (we want to regenerate things if,
|
||||
# for example, the simulator changes).
|
||||
instr-gen-build-var-deps := SIMULATOR ISA CSR_OPTS \
|
||||
SIGNATURE_ADDR PMP_REGIONS PMP_GRANULARITY TEST_OPTS
|
||||
# Since we're writing out to $(OUT-SEED), we don't have to depend on the value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue