r4846 - developers/werner/wlan-resume

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Dec 4 12:47:54 CET 2008


Author: werner
Date: 2008-12-04 12:47:54 +0100 (Thu, 04 Dec 2008)
New Revision: 4846

Modified:
   developers/werner/wlan-resume/vds.py
Log:
Use labels. Awkward descriptions, goodbye :-)



Modified: developers/werner/wlan-resume/vds.py
===================================================================
--- developers/werner/wlan-resume/vds.py	2008-12-04 11:45:48 UTC (rev 4845)
+++ developers/werner/wlan-resume/vds.py	2008-12-04 11:47:54 UTC (rev 4846)
@@ -85,6 +85,14 @@
 	t0 = time.time()
 #	w = s.wave([1, 2, 3, 4, 5, 6], start = -0.1e-3, end = 2e-3)
 	w = s.wave([1, 2, 3, 4, 5, 6], start = -20e-3, end = 80e-3)
+
+	w[0].label = "CLK"
+	w[1].label = "CMD"
+	w[2].label = "DATA0"
+	w[3].label = "DATA1"
+	w[4].label = "DATA3"
+	w[5].label = "DATA2"
+
 	t1 = time.time()
 	w.save("sdio-"+id)
 	t2 = time.time()




More information about the commitlog mailing list