From c287d2ed8033a6eeb1aba2c43bd90f84342b1094 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 7 Feb 2010 16:23:28 +0100 Subject: FPGA byte writing is done through address 0x10 Signed-off-by: Michael Buesch --- toprammer | 4 ---- 1 file changed, 4 deletions(-) (limited to 'toprammer') diff --git a/toprammer b/toprammer index 9c730ab..5169cf3 100755 --- a/toprammer +++ b/toprammer @@ -301,10 +301,6 @@ class TOP: """Read a byte from the FPGA data line into the status register.""" self.send("\x01") - def cmdFPGAWriteByte(self, byte):#FIXME - """Write a byte to the FPGA data line.""" - self.send("\x10" + chr(byte)) - def cmdFPGAWrite(self, address, byte): """Write a byte to an FPGA address.""" cmd = chr(0x0A) + chr(address) + chr(byte) -- cgit v1.2.3