Code Monkey home page Code Monkey logo

Comments (2)

dkehlet avatar dkehlet commented on May 24, 2024
  1. Agree on the output. When in slave mode, device_detect should go from aib PHY to MAC. In the last few months we decided to call this PHY-->MAC signal "m_device_detect". As written this code cannot fully model the slave.

However, the code does not correctly model redundancy for device_detect. As slave, there is only 1 device_detect input buffer. No ANDing or ORing should be done. "For Slaves, the two device_detect bumps should be connected by Slave on-die wiring before the Slave input buffer." As master, there is only 1 device_detect output buffer. "For Masters, the two device_detect bumps should be connected by Master on-die wiring after the Master output buffer." This should be corrected in the model code.

  1. POR is similar. There is only one input buffer (Master) or output buffer (Slave). "For Masters, the two por bumps should be connected by Master on-die wiring before the Master input buffer."
    "For Slaves, the two por bumps should be connected by Slave on-die wiring after the Slave output buffer." No ANDing or ORing should be done. This should also be corrected in the model code.

See figures 12 and 13 in the "AIB Usage Note" v1.2.

from aib-phy-hardware.

xinyang2k avatar xinyang2k commented on May 24, 2024

Check Commits on Dec 9, 2019 commit. This issue is closed by the RTL change.

from aib-phy-hardware.

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.