RTimothyEdwards / netgen

Netgen complete LVS tool for comparing SPICE or verilog netlists
Other
109 stars 25 forks source link

Fix missing prototype for ReadVerilogFile function #15

Closed just22 closed 3 years ago

just22 commented 3 years ago

Dear Tim,

I would like to propose this minor change to the code; it unbreaks OpenBSD port for mips64 arch, but it could be of general interest, since it fixes a missing function prototype.

The involved function is ReadVerilogFile in verilog.c; I added the prototype in base/netgen.h, moving there the cellstack struc definition too (from base/spice.c).

Let me know if this is acceptable.

All the best

-- Alessandro

RTimothyEdwards commented 3 years ago

Pulled and merged.