Hi everyone.
I installed all toolflow for roach2
-matlab2012b -
-ISE, xilinx 14.7
https://github.com/casper-astro/mlib_devel/wiki/How-to-install-Xilinx-ISE
and import the ip cores from 11 de xilinx version
-Python libraries
https://docs.google.com/document/d/1mqDIwhHo3981_Rq9Ma6Dl8UnQUzPah6DKQ55fsaeI4c/edit
-Simulink libraries
but when i try to upload .fpg file on roach, python shows me this error.
In [3]: fpga.upload_to_ram_and_program('roach2_tut_intro.fpg')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-3-60d12d4aaa3e> in <module>()
----> 1 fpga.upload_to_ram_and_program('roach2_tut_intro.fpg')
/usr/local/lib/python2.7/dist-packages/casperfpga-3.2.dev629+master.19c93d9-py2.7-linux-x86_64.egg/casperfpga/casperfpga.pyc
in upload_to_ram_and_program(self, filename, wait_complete, legacy_reg_map,
chunk_size)
268 filename = self.bitstream
269 rv = self.transport.upload_to_ram_and_program(
--> 270 filename=filename, wait_complete=wait_complete,
chunk_size=chunk_size)
271 if not wait_complete:
272 return True
TypeError: upload_to_ram_and_program() got an unexpected keyword argument
'chunk_size
Thanks and cheers!
--
--
You received this message because you are subscribed to the Google Groups
"[email protected]" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CALGU03RzpOhO7D5gauqaKNxm_0hUrcnwwc4kfpYdApHmGwGKCA%40mail.gmail.com.