as I know , chipsmith can read graphic like JPG/GIF file and convert to
spice netlist ..
by the way , have any tool can convert GDS2 to spice netlist ,
if I only know some layer is n_well , poly , oxide ..
no technology file , and extract draft spice netlist ..
You can use a free tool like Microwind....you can import your gds and extract spice netlist without any problem (if your layout corespond with tech file of the program...and this program have almost tech file for all process ....i think he have and 0.09um )
You can use a free tool like Microwind....you can import your gds and extract spice netlist without any problem (if your layout corespond with tech file of the program...and this program have almost tech file for all process ....i think he have and 0.09um )
If you dont care the parasite element , LVS tool is enough . LVS extract the layout to the netlist for device & connection info 1st then compare it to the source netlist .
but I problem is , I am not sure which GDS number is poly or oxide ..
(no technology file )
so , I can guess some layer is poly , some is oxide , some is N_well
..
and tool can convert GDS to lpe like netlist ..
but I problem is , I am not sure which GDS number is poly or oxide ..
(no technology file )
so , I can guess some layer is poly , some is oxide , some is N_well
..
and tool can convert GDS to lpe like netlist ..
Open (or import) the GDSII in a layout editor. Then you may guess which layer is poly; which is metal; and which are others. Anyway, recognizing a layer from GDSII is much easier than from chip photos -- one must recognizing layers from photos in reversing projects.
Yes - import it to layout viewer and then figure out what is what -it should be very very easy.
But you will have to create some sort of extraction rule deck to create netlist - I do not believe there is any tool which could generate netlist from something using nothing.
Extraction deck could be very simle but you have to have one - try to reuse one from other designs.
In case you know what technology it was you can go to a) other designs and reuse the technology files or b) go to mosis and try to get some of the generic PDKs
Anyway the netlist will not be very readable (each gate "finger" = 1 MOS etc) so I do not believe you will be able recreate the circuit easily. Reverse engineering from layout could be way faster.