StdCellLib: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The Standard Cell Library generator has the function of generating a set of logic gates for any given VLSI process node by feeding it the relevant design rules for calculating the dimension and performing the place and route of the relevant transistors, so that a layout can be generated using the synthesis flow provided by [https://github.com/the-openroad-project OpenROAD]. The development of this tool has been mainly funded by NLNet (https://nlnet.nl/project/LibreSilic...") |
No edit summary |
||
Line 2: | Line 2: | ||
The development of this tool has been mainly funded by NLNet (https://nlnet.nl/project/LibreSiliconStandardCellLibrary/) as well as Google. | The development of this tool has been mainly funded by NLNet (https://nlnet.nl/project/LibreSiliconStandardCellLibrary/) as well as Google. | ||
First clone the repository | |||
git clone https://github.com/thesourcerer8/StdCellLib.git | |||
cd StdCellLib.git | |||
Then you fetch the Dockerimage with all the LibreSilicon tools preinstalled, just as with DanubeRiver and the Standard Logic Cell generator library: | |||
docker pull leviathanch/libresilicon-tools:latest | |||
Then you've got to start the Docker container and build the pad cells for your specific process | |||
docker run -v `pwd`:/work -it leviathanch/libresilicon-tools |
Revision as of 17:33, 30 November 2024
The Standard Cell Library generator has the function of generating a set of logic gates for any given VLSI process node by feeding it the relevant design rules for calculating the dimension and performing the place and route of the relevant transistors, so that a layout can be generated using the synthesis flow provided by OpenROAD.
The development of this tool has been mainly funded by NLNet (https://nlnet.nl/project/LibreSiliconStandardCellLibrary/) as well as Google.
First clone the repository
git clone https://github.com/thesourcerer8/StdCellLib.git cd StdCellLib.git
Then you fetch the Dockerimage with all the LibreSilicon tools preinstalled, just as with DanubeRiver and the Standard Logic Cell generator library:
docker pull leviathanch/libresilicon-tools:latest
Then you've got to start the Docker container and build the pad cells for your specific process
docker run -v `pwd`:/work -it leviathanch/libresilicon-tools