This website requires JavaScript.
Explore
Help
Sign In
riscv
/
coriolis
mirror of
https://gitlab.lip6.fr/vlsi-eda/coriolis.git
Watch
1
Star
0
Fork
You've already forked coriolis
0
Code
Issues
Projects
Releases
Wiki
Activity
ddb684bfe1
coriolis
/
hurricane
/
doc
/
CMakeLists.txt
4 lines
78 B
CMake
Raw
Normal View
History
Unescape
Escape
documentation in progress
2008-02-05 15:26:22 -06:00
add_subdirectory
(
hurricane
)
Rename documentation of hviewer into viewer.
2010-03-15 09:05:45 -05:00
add_subdirectory
(
viewer
)
Anlog integration part I. Atomic devices support (transistors). * Change: In boostrap, remove support for Chams. * New: In Hurricane::Technology, added support for DTR rules, UnitRule, PhysicalRule and TwoLayersPhysicalrule. Added devices descriptors and models descriptors (for Spice). Spice description is not used yet but kept anyway in case of future use. * New: Hurricane::Analog whole library and it's Python interface. This provides support for transistors, capacitors and resistors. Only transistor support is fully implemented as of now. * New: In CRL/python/coriolisInit.py, read configuration files for the Analog extension (analog.conf & devices.conf). Thoses are optionals and a simple warning is issued if not found. Added helpers/AnalogTechno.py DTR loading helper. Add analog configuration files for 180/scn6m_deep_09. * New: Oroshi tool that provides actual layout drawing for transistors.
2018-10-01 09:52:17 -05:00
add_subdirectory
(
analog
)