Giter VIP home page Giter VIP logo

logi-hard's People

Contributors

jcdevel avatar jpiat avatar quickjack avatar tcao avatar valentfx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

logi-hard's Issues

Possible mistake in gpmc_wishbone_wrapper_aad.vhd

Hi

In gpmc_wishbone_wrapper_aad.vhd I spotted a possible mistake but not sure if you meant to implement it that way.

In the gen_burst process isnt it wrong to increment the gpmc_counter if iob_oen and iob_wen are 0?

Should it not be an OR instead of AND as OEN and WEN will never be low at the same time
if ((iob_oen or iob_wen) = '0') then
gpmc_counter <= gpmc_counter + '1';

Thanks

Ilia

Want to know about GPMC Interface

Hello JPiat,
I want to know about GPMC interface as I am newbie in BBB world. basically I am an FPGA Programmer and now I want to use BBB for my project. Initially I want to send some data from BBB to Logi-bone through GPMC. The FPGA recieves the data, save in SDRAM and send back to BBB. I have searched a lot about GPMC interface but could not find such material.
I have seen some projects (like SDRAM test, virtual components) in this list and got (very little) knowledge about how to configure GPMC bus. But for full understanding I need little help if you can.
Thanks
Zeeshan

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.