coriolis/bootstrap
Jean-Paul Chaput 2c73cfe76c Migrating the initialisation system to be completely Python-like.
* New: In bootstrap/coriolisEnv.py, add the "etc" directory to the
    PYTHONPATH as initialization are now Python modules.
* New: In Hurricane/analogic, first groundwork for the integration of
    PIP/MIM/MOM multi-capacitors. Add C++ and Python interface for the
    allocation matrix and the list of capacities values.
* Change: In Hurricane::RegularLayer, add a layer parameter to the
    constructor so the association between the RegularLayer and it's
    BasicLayer can readily be done.
* Change: In Hurricane::Layer, add a new getCut() accessor to get the
    cut layer in ViaLayer.
* Change: In Hurricane::DataBase::get(), the Python wrapper should no
    longer consider an error if the data-base has not been created yet.
    Just return None.
* Bug: In Isobar::PyLayer::getEnclosure() wrapper, if the overall
    enclosure is requested, pass the right parameter to the C++ function.
* Change: In AllianceFramework, make public _bindLibraries() and export
    it to the Python interface.
* Change: In AllianceFramework::create(), do not longer call bindLibraries().
    This now must be done explicitely and afterwards.
* Change: In AllianceFramework::createLibrary() and
    Environement::addSYSTEM_LIBRARY(), minor bug corrections that I don't
    recall.
* Change: In SearchPath::prepend(), set the selected index to zero and
    return it.
* Change: In CRL::System CTOR, add "etc" to the PYTHONPATH as the
    configuration files are now organized as Python modules.
* New: In PyCRL, export the CRL::System singleton, it's creation is no
    longer triggered by the one of AllianceFramework.
* New: In CRL/etc/, convert most of the configuration files into the
    Python module format. For now, keep the old ".conf", but that are no
    longer used.
      For the real technologies, we cannot keep the directory name as
    "180" or "45" as it not allowed by Python syntax, so we create "node180"
    or "node45" instead.
      Most of the helpers and coriolisInit.py are no longer used now.
    To be removed in future commits after being sure that everything
    works...
* Bug: In AutoSegment::makeDogleg(AutoContact*), the layer of the contacts
    where badly computed when one end of the original segment was attached
    to a non-preferred direction segment (mostly on terminal contacts).
      Now use the new AutoContact::updateLayer() method.
* Bug: In Dijkstra::load(), limit symetric search area only if the net
    is a symmetric one !
* Change: In Katana/python/katanaInit.py, comply with the new initialisation
    scheme.
* Change: In Unicorn/cgt.py, comply to the new inititalization scheme.
* Change: In cumulus various Python scripts remove the call to
    helpers.staticInitialization() as they are not needed now (we run in
    only *one* interpreter, so we correctly share all init).
      In plugins/__init__.py, read the new NDA directory variable.
* Bug: In cumulus/plugins/Chip.doCoronafloorplan(), self.railsNb was not
    correctly managed when there was no clock.
* Change: In cumulus/plugins/Configuration.coronaContactArray(), compute
    the viaPitch from the technology instead of the hard-coded 4.0 lambdas.
      In Configuration.loadConfiguration(), read the "ioring.py" from
    the new user's settings module.
* Bug: In stratus.dpgen_ADSB2F, gives coordinates translated into DbU to
    the XY functions.
      In st_model.Save(), use the VstUseConcat flag to get correct VST files.
      In st_net.hur_net(), when a net is POWER/GROUND or CLOCK also make it
    global.
* Change: In Oroshi/python/WIP_Transistor.py, encapsulate the generator
    inside a try/except block to get prettier error (and stop at the first).
2019-10-28 18:09:14 +01:00
..
builder Compatiblilty with boost 1.57 on RedHat 6. 2019-03-11 16:01:11 +01:00
cmake_modules Tweak FindBoostrap.cmake to detect Qwt under Linux Mint. 2019-05-10 12:12:30 +02:00
debian Remove obsolete XML config files. Add stub technos cmos065 & c35b4. 2015-04-06 12:49:27 +02:00
svn2git Documentation restructuration 2014-03-11 12:21:31 +01:00
CMakeLists.txt Compliance with cmake 3.0 (Debian 9.2). Corrects all warnings. 2017-12-02 14:30:05 +01:00
Makefile.package Enabling the user to choose the devtoolset it needs. 2019-03-04 14:20:13 +01:00
build.conf Make FLUTE an independant tool in the Coriolis git repository. 2019-02-12 12:48:52 +01:00
buildCoriolis.py * ./bootstrap: 2013-01-12 14:57:35 +00:00
buildMangrove.py Try to be consistent, rename utilitarians from Caiman to Mangrove. 2010-08-25 12:18:29 +00:00
ccb.py Enabling the user to choose the devtoolset it needs. 2019-03-04 14:20:13 +01:00
coriolis2-for-distribution.patch Correctly disable the trace level (for distribution). 2010-05-27 16:26:48 +00:00
coriolis2.sh * ./bootstrap/buildCoriolis.py: 2012-11-16 12:46:27 +00:00
coriolis2.spec.in Adapt the rpm automated build system of bootstrap (pass 2) 2015-04-09 22:45:48 +02:00
coriolisEnv.py Migrating the initialisation system to be completely Python-like. 2019-10-28 18:09:14 +01:00
cpDox.sh Correction of SoC.css, adjust the look of the class index big letters. 2014-06-10 00:04:48 +02:00
crontab.nightly Compress to log files in socInstaller.py script (where too big). 2016-11-10 13:46:45 +01:00
mangroveEnv.py Improved environment support & detection. 2010-08-25 14:14:57 +00:00
refactor.py Anabatic transient commit 18. Port of Kite (Katana), Yeah, Baby! Yeah! 2016-08-15 16:30:13 +02:00
refactor.sed Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
runBuildMangrove.sh Improved environment support & detection. 2010-08-25 14:14:57 +00:00
shadock.png * ./vlsisapd/src/bootstrap: 2010-08-25 11:57:11 +00:00
socInstaller.py Adapt socInstaller to the new SL7 & benchmarks. 2019-05-26 15:41:24 +02:00
sprof.py Anabatic transient commit 8. More Dijkstra bugs correcteds. 2016-06-17 13:09:34 +02:00
unicorn.desktop * ./vlsisapd/src/bootstrap: 2010-08-25 11:57:11 +00:00