Makefile: use system rsync again

This commit is contained in:
Jörg Thalheim 2015-01-14 10:41:44 +01:00
parent 0bc4db9639
commit f7ce004d4d
1 changed files with 2 additions and 2 deletions

View File

@ -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