https://open-source-silicon.dev logo
#riscv
Title
o

Omkar Bhilare

02/15/2021, 2:39 PM
After adding all the datapaths I'm thinking to use the open lane for converting to GDSII format. has anyone recently done it/doing it ?
a

Anish

02/15/2021, 6:54 PM
I ran my riscv core through the openlane flow - pushing the actual design through the flow isn't actually that difficult (esp since it's likely a very small design) but getting it cleaned up and tapeout ready is a fair bit more involved
j

Jecel Assumpção Jr

02/15/2021, 8:00 PM
one of the examples that comes with OpenLane is the PicoRV32 (which is also used in the control part of the Caravel framework). When I first installed OpenLane RC2 I tried it and it worked as expected. Then I added DarkRiscV as a new project and that compiled with no problems as well
o

Omkar Bhilare

02/16/2021, 5:59 PM
thank you for the info, I was aware about caravel framework but never tried actually adding my design into it. After some more data paths I will definitely try it. @Anish is your core open sourced/available on github?