summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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