pluto_hdl_adi/projects/scripts
Lars-Peter Clausen 1ea3ad28ae Add quiet mode to the Makefile system
The standard Makefile output is very noisy and it can be difficult to
filter the interesting information from this noise.

In quiet mode the standard Makefile output will be suppressed and instead a
short human readable description of the current task is shown.

E.g.
	> make adv7511.zed
	Building axi_clkgen library [library/axi_clkgen/axi_clkgen_ip.log] ... OK
	Building axi_hdmi_tx library [library/axi_hdmi_tx/axi_hdmi_tx_ip.log] ... OK
	Building axi_i2s_adi library [library/axi_i2s_adi/axi_i2s_adi_ip.log] ... OK
	Building axi_spdif_tx library [library/axi_spdif_tx/axi_spdif_tx_ip.log] ... OK
	Building util_i2c_mixer library [library/util_i2c_mixer/util_i2c_mixer_ip.log] ... OK
	Building adv7511_zed project [projects/adv7511/zed/adv7511_zed_vivado.log] ... OK

Quiet mode is enabled by default since it generates a more human readable
output. It can be disabled by passing VERBOSE=1 to make or setting the
VERBOSE environment variable to 1 before calling make.

E.g.
	> make adv7511.zed VERBOSE=1
	make[1]: Entering directory 'library/axi_clkgen'
	rm -rf *.cache *.data *.xpr *.log component.xml *.jou xgui
	*.ip_user_files *.srcs *.hw *.sim .Xil .timestamp_altera
	vivado -mode batch -source axi_clkgen_ip.tcl >> axi_clkgen_ip.log 2>&1
	...

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2018-04-11 15:09:54 +03:00
..
adi_board.tcl adi_board.tcl: ad_xcvrcon: Add lane mapping support 2017-06-20 17:39:41 +02:00
adi_env.tcl adi_env: Normalize environment variables 2017-10-23 12:15:14 +01:00
adi_prcfg_project.tcl adi_prcfg_project: Update the PR design flow 2014-11-21 19:26:33 +02:00
adi_project.tcl scripts:adi_project: Update ZCU102 device package and board files 2018-04-11 15:09:54 +03:00
adi_project_alt.tcl DE10: Initial commit 2018-04-11 15:09:54 +03:00
adi_tquest.tcl Remove executable flag from non-executable files 2017-07-28 17:56:07 +02:00
adi_xilinx_msg.tcl adi_xilinx_msg: eth_avb is not used by our designs 2018-04-11 15:09:54 +03:00
project-altera.mk Add quiet mode to the Makefile system 2018-04-11 15:09:54 +03:00
project-toplevel.mk Add quiet mode to the Makefile system 2018-04-11 15:09:54 +03:00
project-xilinx.mk Add quiet mode to the Makefile system 2018-04-11 15:09:54 +03:00