Damien Dupuis
9d874c5cd6
Bug correction: _sinzing variable was not default initialized to NULL, which make nwidget core dumps
2010-03-04 09:59:51 +00:00
Damien Dupuis
feef029cae
Added support to transistor in instance so we can reach transistor level in netlist.
2010-03-02 13:25:31 +00:00
Damien Dupuis
d3ee85fa2e
Forgot to commit these modifications
2010-02-25 15:11:37 +00:00
Farakh Javid
943f28c8fd
Minor corrections to compile under Linux SLSoC
2010-02-25 10:59:53 +00:00
Damien Dupuis
b23964b8c3
YEAH a brand new CIF driver !!!
...
CIF is a text format
CIF can be directly read by cadence
-> we should be able to script multi layout generation / load into cadence / drc check
2010-02-23 15:34:16 +00:00
Damien Dupuis
c34902020c
Now can parse / drive the sizing procedure.
2010-02-09 12:16:04 +00:00
Damien Dupuis
4d27f3075b
No more SHARED option in ADD_LIBRARY, so we will be able to build static libraries.
2010-02-02 09:58:17 +00:00
Damien Dupuis
91363d5cc7
CHANGES
...
- No more <connectors> section in <instance> because it was redundant and useless
- several bugs fixes
- some minor adds to drive from hurricane
2010-02-02 09:55:35 +00:00
Jean-Paul Chaput
8246109d3d
* ./io/openChams:
...
- Typo: Newlines at end of file, case sensitiveness. Shows only under Linux,
not Mac OSX/Xcode.
2010-01-29 10:49:15 +00:00
Damien Dupuis
50b9cdf2cd
ADDS:
...
- OpenChamsException to cleanly throw errors (and not cerr -_-)
- New Schematic object to parse&drive schematic section in xml file
- Lots of checks on node properties
CHANGES:
- directly returns reference on objects' maps/vectors to skim through them (instead of begin/end iterators)
2010-01-29 09:10:44 +00:00
Stephanie Youssef
53b89a61dc
Bug correction:
...
NetList.cpp -> Netlist.cpp
NetList.h -> Netlist.h
Added newlines at end of files needed it
2010-01-26 15:05:20 +00:00
Damien Dupuis
d2fa201e09
New standalone openChams parser/driver.
...
Right now, only <netlist> section is supported.
2010-01-19 09:50:19 +00:00
Damien Dupuis
37b71a532f
CHANGES:
...
PHYSUNITS value is written with scientific representation in order not to write 1e-9 which is not recongnized by agds to gds converter.
2010-01-14 08:26:41 +00:00
Stephanie Youssef
0f7604a5fd
oops file name was wrong
2009-12-11 13:57:13 +00:00
Damien Dupuis
23d6a80058
First import of IO project
2009-12-11 12:48:37 +00:00