Perhaps this question is not for StackOverflow, but both compilers and Verilog (which can be considered as a programming language) are related to this project.
Where can I find an open source compiler (either downloadable and free from non-commercial use) from Verilog to GDSII or Netlist? There are many Verilog simulators (which compile it to native machine code or C), many Verilog-FPGA compilers, but I need a compiler capable of generating geometric transition structures from Verilog.
Netlist http://en.wikipedia.org/wiki/Netlist - connection of IC elements, such as a transistor, resistor, or even cells (?). It can be converted to GDSII, but if the compiler works in "Verilog-> Netlist", I also need a free converter "Netlist-> GDS2".
GDSII http://en.wikipedia.org/wiki/GDSII is a VLSI (IC) integrated circuit format that is acceptable for backgrounds for making ICs. It's almost impossible for one person to get their GDSII fabricated at Silicon, but I think it might be interesting to try out small examples.
This compiler can use "full user" (it will draw all all transistors) or "cell-based" (verilog is compiled into a geometric set of some library cells).
Of course, the required compiler may be a university project that cannot compile a large verilog project.
Thanks.
source share