URL
https://opencores.org/ocsvn/eco32/eco32/trunk
[/] [eco32/] [trunk/] [simtest/] [Makefile.run] - Diff between revs 9 and 37
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 9 |
Rev 37 |
Line 20... |
Line 20... |
@echo " run-rom03 (terminal echo, polled)"
|
@echo " run-rom03 (terminal echo, polled)"
|
@echo " run-rom04 (\"Hello, world!\")"
|
@echo " run-rom04 (\"Hello, world!\")"
|
@echo " run-rom05 (\"Hello, world!\", on terminal 1)"
|
@echo " run-rom05 (\"Hello, world!\", on terminal 1)"
|
@echo " run-rom06 (crossed echo with two terminals)"
|
@echo " run-rom06 (crossed echo with two terminals)"
|
@echo " run-rom07 (string output to output device)"
|
@echo " run-rom07 (string output to output device)"
|
|
@echo " run-rom08 (string output with delay loop)"
|
|
@echo " run-rom09 (string output with timing loop)"
|
@echo " run-rom10 (console character attributes)"
|
@echo " run-rom10 (console character attributes)"
|
@echo " run-romboot (ROM bootstrapping disk)"
|
@echo " run-romboot (ROM bootstrapping disk)"
|
@echo " clean"
|
@echo " clean"
|
|
|
$(DSKNAME):
|
$(DSKNAME):
|
Line 52... |
Line 54... |
$(BUILD)/bin/sim -i -r rom06.bin -t 2
|
$(BUILD)/bin/sim -i -r rom06.bin -t 2
|
|
|
run-rom07:
|
run-rom07:
|
$(BUILD)/bin/sim -i -r rom07.bin -o $(LOGFILE)
|
$(BUILD)/bin/sim -i -r rom07.bin -o $(LOGFILE)
|
|
|
|
run-rom08:
|
|
$(BUILD)/bin/sim -i -r rom08.bin -t 1
|
|
|
|
run-rom09:
|
|
$(BUILD)/bin/sim -i -r rom09.bin -t 1
|
|
|
run-rom10:
|
run-rom10:
|
$(BUILD)/bin/sim -i -r rom10.bin -c
|
$(BUILD)/bin/sim -i -r rom10.bin -c
|
|
|
run-romboot: $(DSKNAME)
|
run-romboot: $(DSKNAME)
|
$(BUILD)/bin/sim -i -r romboot.bin -t 1 -d $(DSKNAME)
|
$(BUILD)/bin/sim -i -r romboot.bin -t 1 -d $(DSKNAME)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.