Coder Social home page Coder Social logo

Comments (1)

ufrisk avatar ufrisk commented on August 23, 2024

No, you are correct, the current latency (best case) for small reads are in the millisecond range. (not considering load/setup times for PCILeech the initial USB connection).

Please look into my memory process file system - it mounts virtual memory (translates virtual2physical on the fly using page table walks). As-is right now I suspect it's quite useless though since I added so much caching to it that it will most probably be useless for this scenario. I suspect that if the caching for virtual memory read/write were to be removed (not page table caching) it will be useful, even though I suspect it would still be in the 10ms range. http://blog.frizk.net/2018/03/memory-process-file-system.html

If you need to move beyond ms the way to go about it is probably to load some code onto the FPGA board itself. It's an obvious future development but I suspect there will be so much work around it that I won't be able to do it due to time constraints. This would move latency down to 100uS range.

The PCIeScreamer may be stable enough if you are lucky with your system; I suspect you will run into problems for this use scenario though.

from pcileech-fpga.

Related Issues (20)

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.