From: Adam Megacz Date: Fri, 24 Jul 2009 00:07:36 +0000 (-0700) Subject: update syncspi/copyin targets X-Git-Url: http://git.megacz.com/?p=fleet.git;a=commitdiff_plain;h=88db2e5f9313434b1c22a40fe1fe86a2d141394c update syncspi/copyin targets --- diff --git a/Makefile b/Makefile index 1ce55e1..f03eb1a 100644 --- a/Makefile +++ b/Makefile @@ -375,5 +375,10 @@ suncvs/marina: chaing: lib/suncvs.jar java -cp lib/suncvs.jar com.sun.async.test.ChainG suncvs/marina/testCode/marina.xml -syncspi: - rsync -are ssh --progress --verbose frehley:fleet/suncvs/marina/testCode/marina.spi.out ~/marina.spi.out +modname = fakeMarinaPadframe +sync: + rsync -arze ssh --progress --verbose ${sun_server}:fleet/suncvs/marina/testCode/marina\*.dump ~/ || true + rsync -arze ssh --progress --verbose ${sun_server}:fleet/suncvs/marina/testCode/marina.spi.out ~/${modname}.out || true +copyin: + cp ~/${modname}.spi suncvs/marina/testCode/marina.schematic-parasitics.spi || true + cp ~/${modname}.v suncvs/marina/testCode/marina.v || true