Re: [casper] Writing binary to BRAMs on roach?

2011-01-07 Thread Peter Williams
On Fri, 2011-01-07 at 13:49 -0700, Terry Filiba wrote: > I think this will only work if the endianness of the machine matches > the endianness of the FPGA. When we call struct pack using the greater > than symbol, we explicitly force it to use a big endian representation > of the binary data regard

Re: [casper] Writing binary to BRAMs on roach?

2011-01-07 Thread Terry Filiba
I think this will only work if the endianness of the machine matches the endianness of the FPGA. When we call struct pack using the greater than symbol, we explicitly force it to use a big endian representation of the binary data regardless of the machine the script is running on. -Terry On Jan