coriolis/stratus1/src/stratus
Jean-Paul Chaput 7296dcd6fb Make the Python interface closely mirroring the C++ one.
* Change: In Isobar, the Python interface was not exactly mirroring the
    C++ one, now it is the case. The Python code should look likes almost
    exactly like the C++ one, the only differences remaining being due
    to the languages respective syntaxes. Note that in the case of
    constructor functions, it leads to a slightly longer notation in
    Python that it could have been (mimic the ".create()" static
    member). Main modifications:
    1. Mirror the static constructor syntax with create():
          Cell( ... )   ==>  Cell.create( ... )
    2. Correct hierarchy for constants in Instance, Net, Pin
       & Transformation. For example:
          Hurricane.PlacementStatusFIXED
                     ==> Hurricane.Instance.PlacementStatus.FIXED
          Hurricane.OrientationID
                     ==> Hurricane.Transformation.Orientation.ID
          Hurricane.TypeLOGICAL  ==>  Hurricane.Net.Type.LOGICAL
          Hurricane.DirectionIN  ==>  Hurricane.Net.Direction.IN
* Change: In CRL Core, correction to match the improved Python API
    in the configutation helpers.
* Change: In Cumulus, correction to match the improved Python API.
* Change: In Stratus, correction to match the improved Python API.
* Change: In Documenation, update for the new Python interface
    (both user's guide & examples).
* Note: We must port those changes into Chams for it to continue
   to run.
* Change: In Documenation, update the Python script support part.
2014-06-29 14:26:59 +02:00
..
CMakeLists.txt add a configuration file 2012-03-09 07:50:05 +00:00
st_bool.py Remove of fulladder.vst, step two ... 2010-09-06 11:15:41 +00:00
st_cat.py test the problem of parameters on each net to cat 2012-11-13 20:38:59 +00:00
st_comp.py change names to be more compact or precise 2012-11-13 19:05:27 +00:00
st_config.py add a configuration file 2012-03-09 07:49:45 +00:00
st_const.py correct bug in constant generation 2013-08-02 12:36:01 +00:00
st_extend.py No more setup_apple() macro 2010-07-22 14:33:55 +00:00
st_func_gen_wallace.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
st_generate.py No more setup_apple() macro 2010-07-22 14:33:55 +00:00
st_getrealmodel.py Uses the new configuration system for the cell mapping. 2013-03-04 15:36:18 +00:00
st_instance.py Make the Python interface closely mirroring the C++ one. 2014-06-29 14:26:59 +02:00
st_model.py * All Tools: 2012-12-03 08:31:26 +00:00
st_mult.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
st_mult_blocs.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
st_mult_matrix.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
st_mux.py change names to be more compact or precise 2012-11-13 19:05:27 +00:00
st_net.py Make the Python interface closely mirroring the C++ one. 2014-06-29 14:26:59 +02:00
st_param.py No more setup_apple() macro 2010-07-22 14:33:55 +00:00
st_parser.py take account of multi outputs cell as FullAdder to compute weight 2012-08-09 16:33:48 +00:00
st_placeAndRoute.py No more setup_apple() macro 2010-07-22 14:33:55 +00:00
st_placement.py Make the Python interface closely mirroring the C++ one. 2014-06-29 14:26:59 +02:00
st_ref.py No more setup_apple() macro 2010-07-22 14:33:55 +00:00
st_shifter.py change names to be more compact or precise 2012-11-13 19:05:27 +00:00
st_slansky.py change names to be more compact or precise 2012-11-13 19:05:27 +00:00
stratus.py * All Tools: 2012-12-03 08:31:26 +00:00
util.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
util_Const.py No more setup_apple() macro 2010-07-22 14:33:55 +00:00
util_Defs.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
util_Gen.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
util_Misc.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
util_Place.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
util_Route.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
util_Shift.py Initial import of stratus1 2010-07-12 15:33:22 +00:00
util_uRom.py Initial import of stratus1 2010-07-12 15:33:22 +00:00