coriolis/stratus1/src/stratus
Jean-Paul Chaput 762e25adde More Python 3 corrections.
* Change: In unicorn/python/unicornInit.py, when iterating over all the
    loaded modules, now we have "namespace" that have a __file__
    attribute which is set to None. Skip them.
* Change: In stratus1/st_net.py, "is" must be replaced by "==" when
    doing string comparison.
* Change: In stratus1/st_parser.py, open file in "rb" mode instead
    of "r" (so we get a bytestream as now required by Python).
2022-01-12 16:25:01 +01:00
..
CMakeLists.txt Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_bool.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_cat.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_comp.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_config.py add a configuration file 2012-03-09 07:49:45 +00:00
st_const.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_export.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_extend.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_func_gen_wallace.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_generate.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_getrealmodel.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_instance.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_model.py In Stratus.st_model, make Model derive from object. 2021-11-21 19:37:32 +01:00
st_mult.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_mult_blocs.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_mult_matrix.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_mux.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_net.py More Python 3 corrections. 2022-01-12 16:25:01 +01:00
st_param.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_parser.py More Python 3 corrections. 2022-01-12 16:25:01 +01:00
st_placeAndRoute.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_placement.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_ref.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_shifter.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
st_slansky.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
stratus.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util_Const.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util_Defs.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util_Gen.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util_Misc.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util_Place.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util_Route.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util_Shift.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
util_uRom.py Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00