Makefile: use system rsync again
This commit is contained in:
parent
0bc4db9639
commit
f7ce004d4d
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user