Git Product home page Git Product logo

penglib's People

Contributors

raochl avatar wswslzp avatar

Stargazers

 avatar  avatar  avatar

Forkers

raochl

penglib's Issues

verdor memory io default value

  • TEST1A/B should be set to False when we work on normal mode
  • There is only LS input instead of LSA or LSB
  • RME setting can be set to False as default, let the SRAM choose internal default RM setting.
  • DA and QB as data input and output interface.

memory enable assignment

PhaseSramConverter.scala:

          ram.io.clka := wr.clockDomain.readClockWire
          ram.io.apa.addr.assignFrom(wr.address)
          ram.io.apa.cs.assignFrom(wr.clockDomain.isClockEnableActive && wrapBool(wr.writeEnable))
          ram.io.dp.we.assignFrom(wrapBool(wr.writeEnable))
          ram.io.dp.din.assignFrom(wr.data)

          ram.io.clkb := rd.clockDomain.readClockWire
          ram.io.apb.addr.assignFrom(rd.address)
          ram.io.apb.cs.assignFrom(rd.clockDomain.isClockEnableActive && wrapBool(rd.readEnable))
          wrapConsumers(rd, ram.io.dp.dout)

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.