summaryrefslogtreecommitdiffstats
path: root/techmap
diff options
context:
space:
mode:
authorBert Lange <b.lange@fzd.de>2010-08-19 16:54:42 +0200
committerBert Lange <b.lange@fzd.de>2010-08-19 16:54:42 +0200
commit1e9cd72cf44690126c902a3dc15396c263bb3e6e (patch)
tree65ba793070c3e17e426af2ee333c1eca12bfa9cc /techmap
parente0fd6d20b2a6384b516d288478a90c8349d7241d (diff)
downloadzpu-1e9cd72cf44690126c902a3dc15396c263bb3e6e.zip
zpu-1e9cd72cf44690126c902a3dc15396c263bb3e6e.tar.gz
change: make compile quiet
Diffstat (limited to 'techmap')
-rw-r--r--techmap/sim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/techmap/sim/Makefile b/techmap/sim/Makefile
index 5f0fb71..3334e41 100644
--- a/techmap/sim/Makefile
+++ b/techmap/sim/Makefile
@@ -11,7 +11,7 @@ vhdlfiles = $(rtl_files)
all: compile
compile: lib
- vcom -2008 -work $(library) $(vhdlfiles) | ccze -A
+ vcom -2008 -quiet -work $(library) $(vhdlfiles) | ccze -A
#simulate:
# export top=$(top); \
OpenPOWER on IntegriCloud