From f7ce004d4df82ed6880ef6d79a0e75bcd96309bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 14 Jan 2015 10:41:44 +0100 Subject: [PATCH] Makefile: use system rsync again --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e0719e..d13a11a 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +31,9 @@ ctrl_tb: verilog/heron_ctrl.vcd VERILOG_FILES=${shell find . -name verilog.v -type f} sync: - cd cadence; rsync --relative --verbose --rsync-path=~/rsync-3.1.0/rsync -e ssh $(VERILOG_FILES:./cadence/%=%) eeets2:/home2/vlsi13/joth13/ICPRO/ice/heron/units/heron/cdslib/heron/ + cd cadence; rsync --relative --verbose -e ssh $(VERILOG_FILES:./cadence/%=%) eeets2:/home2/vlsi13/joth13/ICPRO/ice/heron/units/heron/cdslib/heron/ testbench: ssh eeets2 $(PROJECT_ROOT)/df2/run-testbench.sh - rsync -av --inplace --rsync-path=~/rsync-3.1.0/rsync -avHz -e ssh eeets2:$(TB_ROOT)/heron_top_tb.vcd . + rsync -av --inplace -avHz -e ssh eeets2:$(TB_ROOT)/heron_top_tb.vcd . gtkwave heron_top_tb.gtkw