Giter Site home page Giter Site logo

Comments (2)

robertofem avatar robertofem commented on July 18, 2024 1

Hello:

  1. I put 100MHz just for the example. 100MHz is a frequency that is fast and works for most implementations, that´s why. But you can force higher frequencies. The high you can go will depend on what else you put in the FPGA. Using the Quartus time analysis tools TimeQuest Analyzer you can check if you have paths with delays outside the safety. In these experiments from my thesis I reached 200MHz. I do not think you can go above that, even with an empty FPGA.
  2. I do not remember quite well now what the ACP ID Mapper is but. I have two linux applications that use the hardware project you looking at:
  • DMA_transfer_FPGA_DMAC: transfers from memory in the FPGA to On-Chip RAM in HPS. This does not uses ACP so I suppose you are not interested.
  • DMA_transfer_FPGA_DMAC_driver: this transfers from FPGA memory to the cached memory through ACP. The memory allocation is done using the following driver: Alloc_DMAble_buff_LKM. This driver is needed because only from kernel space we can obtain the physical address of an allocated buffer, and we need this to tell the DMA controller in the FPGA, which works with physical addresses.

Hope you find the answer useful and thanks for whatching my code.

Regards!

from cyclonevsoc-examples.

AnotherGitAccount avatar AnotherGitAccount commented on July 18, 2024

Thanks for your answer! I'll dig into your driver example then :)

from cyclonevsoc-examples.

Related Issues (8)

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.