Replies: 1 comment 8 replies
-
|
This is something used by Yosys. It is basically telling yosys what type of memory configuration that your BRAM block can support. Yosys can use that file to gather the memory ports into a single cell, which you can then techmap to the fabric-specific primitive. https://yosyshq.readthedocs.io/projects/yosys/en/latest/using_yosys/synthesis/memory.html And the documentation about the file: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I am looking at the SRAM tiles in the fabulous-tiles repository to have a reference to create my own BRAM tile. In the primitives folder of the tile, there is a folder named
memlibwith a file. I could not find a reference to "memlib" in neither FABulous nor Yosys documentation, so I was wondering if someone could explain me its purpose or point the resource where I could further read about it.This is the file I am refering to.
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions