Jean-Paul Chaput
Jean-Paul Chaput
We could use as a starting point what has been done in ``cumulus/src/designflow/technos.py`` (installed as ``coriolis.desigflow``). It is important to distinguish between the configuration files for ``Coriolis`` and the files...
In the case the PDK is included in the wheel datas, this also put us in charge of maintaining it's synchronicity with the original one. A user may also want...
This is an aftermath of the migration of Coriolis from C++ with Python scripts to Python modules with C++ code. As the move in itself was not completely understood/assumed at...
FLUTE should try to open POWV9.dat and POST9.dat in the ``coriolis_top`` directory. To see what's wrong we need to know where they are in the packages and what value is...
That will need a bit of thinking. I dislike doing things twice, but we may need to duplicate the doc, one for C++, the other for Python. Note that the...
For ``CellViewer``, the name of the function it is in gives a clue : ``CellViewer::imageDisplay()``. We get the ``cwd`` to save the image (PNG or whatever) in it. * lefdef...
Hello @ThomasZecha , yes now that I directly look into the ``pyprocessor`` repository I see that the issue has been fixed. I didn't see it at first because I checked...
Hi @ThomasZecha , Thanks, yes, I did solve the issue by pulling the latest version of the submodule inside the main project. My question was more about "what is the...
Just a remark, there is the *All features are on a drawing grid of 5nm*. My initial question could be reinterpreted as *is this a bug* or *should I suppress...