git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Makefile: Add 'auto' target to verilog-modeify.
[firearm.git]
/
xst
/
Makefile
diff --git
a/xst/Makefile
b/xst/Makefile
index 074ec2670adf48f1893a15d0f0ad3fbff12b8216..e4cd3a3b075b9320af15b558f326a31b20caf6d9 100644
(file)
--- a/
xst/Makefile
+++ b/
xst/Makefile
@@
-1,6
+1,21
@@
TARGET = FireARM
TARGET = FireARM
-VLOGS = Console.v ARM_Constants.v BigBlockRAM.v BlockRAM.v BusArbiter.v DCache.v Decode.v Execute.v Fetch.v ICache.v Issue.v Memory.v RegFile.v system.v Terminal.v Writeback.v
-VLOGS_ALL = $(VLOGS) ram.hex
+VLOGS = Console.v \
+ ../ARM_Constants.v \
+ ../BigBlockRAM.v \
+ ../BlockRAM.v \
+ ../BusArbiter.v \
+ ../DCache.v \
+ ../Decode.v \
+ ../Execute.v \
+ ../Fetch.v \
+ ../ICache.v \
+ ../Issue.v \
+ ../Memory.v \
+ ../RegFile.v \
+ ../system.v \
+ ../Terminal.v \
+ ../Writeback.v
+VLOGS_ALL = $(VLOGS) ram.hex ibmpc1.mem scancodes.unshifted.hex scancodes.shifted.hex
all: fpga_target
all: fpga_target
This page took
0.022397 seconds
and
4
git commands to generate.