Giter Club home page Giter Club logo

dffram's People

Contributors

ahmednofal avatar antonblanchard avatar apond308 avatar donn avatar ef-shalan avatar hanymoussa avatar manarabdelaty avatar mohamedleithy avatar mole99 avatar proppy avatar ramezmoussa avatar shalan avatar urish 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  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  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  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

dffram's Issues

Pin mismatch between LEF and Spice/GLNL

By a user on slack:

We are at LVS for our full chip and running into issues:
The generated spice file for all the RAMs are missing pins for VPWR and VGND. according to LEF, we have VPWR, several VPWR.extra*, VGND, and several VGND.extra*. The spice file only lists a single VPWR.extra and VGND.extra. Similarly, the powered gate level netlist only lists VPWR and VGND.

Digest:

  • .spice files are missing pins that are in the LEF
  • powered glnl are missing pins that are in the LEF
  • the pins are different

Tracks on met5

Looking at the output of dffram.py -s 512x32, I see one track on met5. We have a blockage on met5:

BLOCKAGES 1 ;
    - LAYER met5 RECT ( 0 0 ) ( 835820 786080 ) ;
END BLOCKAGES

But it appears to be too small, because we have a met5 track here:

      NEW met5 ( 148580 790500 ) ( 199180 * )

Shouldn't the met5 blockage match DIEAREA?

DIEAREA ( 0 0 ) ( 841340 791520 ) ;

DFFRAM Behavioral Model

I am trying to use the DFFRAM with my verilog design but it uses sky130_pdk cells. so my first question is how can we use sky130_pdk cells in our design simulation using verilator or Vivado.
Secondly there is no timing diagram available for DFFRAM. so, how we can know that the working of memory in terms of timing. will you please provide the behavioral model of DFFRAM.

Move as much of the flow as possible to OpenLane

We require GDS generation among other things. Currently dffram.py replicates too much functionality that is present in OpenLane already. Beyond placement, there is no reason not to just use OL (or underlying scripts) with a specific configuration.

Global routing hits "Invalid 2D tree" error

I'm still trying to build native 64 bit RAMs, but in the meantime I thought I'd try doubling up 32 bit RAMs. I get the following error when building a 1024x32 RAM:

dffram.py -s 1024x32
...
[INFO GRT-0101] Running extra iterations to remove overflow.
[INFO GRT-0103] Extra Run for hard benchmark.
[WARNING GRT-0164] Initial grid wrong y1 x1 [114 13], net start [114 14] routelen 15.
[ERROR GRT-0167] Invalid 2D tree for net BANK512\[0\].RAM512.BANK128\[0\].RAM128.Do0\[18\].
Error: route.tcl, 21 GRT-0167

row.py placing a tap cell does not correctly reset self.since_last_tap attribute

While testing out placeram in a different technology with much larger tap cell spacing than sky130, I've found that tap cells are being placed much more frequently than I was expecting. I believe it's because of this code in row.py in the place() method:

 if re.match(Row.tap_rx, instance.getName()):
            self.since_last_tap = 0

Row.tap_rx is a regexp pattern for a cell MASTER, which is then compared to the instance's name. This will never match, and self.since_last_tap will never be reset even though a tap cell gets placed. I changed it to:

 if re.match(Row.tap_rx, instance.getMaster().getName()):
            self.since_last_tap = 0

and now tap cells seem to be placed with the frequency I expect.

128x64 3R1W Register File for Microwatt

A few months ago I built a handcrafted 128x64 3R1W DFFRAM based register file for Microwatt. Coming back to the project now, I see a lot of work on the compiler, which is great.

Has there been any work on alternate register file formats with the compiler, or is it just 32x32 2R1W at the moment?

String error in dffram.py

When running dffram.py, getting TypeError with string path for pdk_root:

File "./dffram.py", line 692, in flow
prep(build_folder, pdk_root)
File "./dffram.py", line 117, in prep
pdk_root = os.path.abspath(os.path.realpath(local_pdk_root))
File "/usr/lib/python3.8/posixpath.py", line 390, in realpath
filename = os.fspath(filename)
TypeError: expected str, bytes or os.PathLike object, not NoneType

GDS Output?

I see that the DFFRAM Overview:
https://github.com/Cloud-V/DFFRAM#overview

Says:

Different views (HDL netlist, HDL functional models, LEF, GDS, Timing, …) are all generated for a given size configuration.

After running the compiler, I don't see any GDS.

Is that the idea?
Is there some follow-up step which should be generating one?
Or is this an indication that something went wrong?

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.