Code Monkey home page Code Monkey logo

casperfpga's People

Contributors

adamanderson avatar adami75 avatar amishatishpatel avatar aroshanineshat avatar arust avatar bjbford avatar brickza avatar cedricdviou avatar dgorthi avatar francoistolmie avatar gcallanan avatar ianmalcolm avatar jack-h avatar james-smith-za avatar jkocz avatar jmanley avatar mmphego avatar paulprozesky avatar rvw-git avatar shaoguangleo avatar telegraphic avatar tyronevb avatar wnew avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

casperfpga's Issues

Default write buffer size can break communication with Roach2 boards.

Hi Folks,
We've found that to get casperfpga working with our roach2 based system we need to add the additional patch of:

if hasattr(katcp.CallbackClient, 'MAX_WRITE_BUFFER_SIZE'):
    setattr(katcp.CallbackClient, 'MAX_WRITE_BUFFER_SIZE',
            katcp.CallbackClient.MAX_WRITE_BUFFER_SIZE * 10)

in katcp_fpga.py (v0.4.2) or probably in transport_katcp.py for v3.1 (untested). We aren't keen on this because it means forking and diving into internals.

Is there an undocumented way of perhaps calling casperfpga.katcp_fpga.KatcpFpga with a MAX_MESSAGE_LEN argument or some such so we can both avoid the write buffer overflow and mucking around with or forking the repo?

setup.py issues

Few things I need to change before installing the casperfpga package.

In requirements.txt I changed version katcp 0.6.2 to katcp 0.6.3
in the setup.py following corrections needed.
2A)data_files = ['src/tengbe_mmap.txt', 'src/tengbe_mmap_legacy.txt']
2B)include_package_data=True, We need to include this line inside setup
2C)package_data={ "": ["*.txt"],'casperfpga': data_files},

shared_bram 64 bit read issue

I noticed that the shared_bram.read() on casperfpga function struggles to read > 32 bit values. I was able to readback all the values using the standard fpga.read('shared_bram', 0x2000) function for the 64 bit. I think this should be looked into at some point.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.