URL
https://opencores.org/ocsvn/ion/ion/trunk
[/] [ion/] [trunk/] [src/] [adventure/] [makefile] - Diff between revs 184 and 191
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 184 |
Rev 191 |
Line 1... |
Line 1... |
#-- Bring toolchain config parameters from the common makefile
|
#-- Bring toolchain config parameters from the common makefile
|
include ..\\common\\makefile
|
include ../common/makefile
|
|
|
#-- Configure the VHDL simulation environment ----------------------------------
|
#-- Configure the VHDL simulation environment ----------------------------------
|
|
|
# Simulation length in cycles; long enough to let the program run to completion.
|
# Simulation length in cycles; long enough to let the program run to completion.
|
SIM_LENGTH = 400000000
|
SIM_LENGTH = 400000000
|
Line 113... |
Line 113... |
|
|
# Create VHDL file for hardware demo
|
# Create VHDL file for hardware demo
|
demo: bootstrap adventure
|
demo: bootstrap adventure
|
$(TO_VHDL) --code bootstrap.code \
|
$(TO_VHDL) --code bootstrap.code \
|
--code_size $(CODE_BRAM_SIZE) --data_size $(XRAM_SIZE) \
|
--code_size $(CODE_BRAM_SIZE) --data_size $(XRAM_SIZE) \
|
-v $(SRC_DIR)/mips_mpu1_template.vhdl \
|
-v $(SRC_DIR)/code_rom_template.vhdl -n "Adventure" \
|
-o $(DEMO_DIR)/mips_mpu.vhdl -e mips_mpu
|
-o $(DEMO_DIR)/code_rom_pkg.vhdl
|
|
|
|
|
#-- And now the usual housekeeping stuff ---------------------------------------
|
#-- And now the usual housekeeping stuff ---------------------------------------
|
|
|
.PHONY: clean
|
.PHONY: clean
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.