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