c4m-flexcell 0.3.2__tar.gz → 0.4.0.dev3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/.gitlab-ci.yml +1 -0
  2. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/PKG-INFO +3 -1
  3. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/README.md +2 -0
  4. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m/flexcell/_cells.py +1195 -3944
  5. c4m_flexcell-0.4.0.dev3/c4m/flexcell/activecolumnscell.py +2464 -0
  6. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m/flexcell/canvas.py +36 -3
  7. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m/flexcell/cell.py +37 -4
  8. c4m_flexcell-0.4.0.dev3/c4m/flexcell/factory.py +3202 -0
  9. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m_flexcell.egg-info/PKG-INFO +3 -1
  10. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m_flexcell.egg-info/SOURCES.txt +1 -0
  11. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/setup.py +1 -1
  12. c4m_flexcell-0.3.2/c4m/flexcell/factory.py +0 -2212
  13. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/.gitignore +0 -0
  14. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/COPYRIGHT.md +0 -0
  15. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/LICENSE.md +0 -0
  16. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/LICENSES/agpl-3.0.txt +0 -0
  17. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/LICENSES/cern_ohl_s_v2.txt +0 -0
  18. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/LICENSES/gpl-2.0.txt +0 -0
  19. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/ReleaseNotes/v0.0.4.md +0 -0
  20. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/ReleaseNotes/v0.1.0.md +0 -0
  21. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m/__init__.py +0 -0
  22. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m/cell_canvas.ipynb +0 -0
  23. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m/flexcell/__init__.py +0 -0
  24. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m/flexcell/stdcell.py +0 -0
  25. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m_flexcell.egg-info/dependency_links.txt +0 -0
  26. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m_flexcell.egg-info/requires.txt +0 -0
  27. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/c4m_flexcell.egg-info/top_level.txt +0 -0
  28. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/ci-requirements.txt +0 -0
  29. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/dev-requirements.txt +0 -0
  30. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/dodo.py +0 -0
  31. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/run_unittests.sh +0 -0
  32. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/setup.cfg +0 -0
  33. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/test/__init__.py +0 -0
  34. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/test/interactive/.gitignore +0 -0
  35. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/test/interactive/export.ipynb +0 -0
  36. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/test/unit/__init__.py +0 -0
  37. {c4m_flexcell-0.3.2 → c4m_flexcell-0.4.0.dev3}/test/unit/test_library.py +0 -0
@@ -19,6 +19,7 @@ before_script:
19
19
  dist:
20
20
  only:
21
21
  - main
22
+ - dev_*
22
23
  variables:
23
24
  TWINE_PASSWORD: '${CI_JOB_TOKEN}'
24
25
  TWINE_USERNAME: 'gitlab-ci-token'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c4m_flexcell
3
- Version: 0.3.2
3
+ Version: 0.4.0.dev3
4
4
  Summary: PDKMaster based scalable standard cell library
5
5
  Author: Staf Verhaegen
6
6
  Author-email: staf@fibraservi.eu
@@ -36,5 +36,7 @@ In future options are planned so libraries can be generated for different target
36
36
  ## Status
37
37
 
38
38
  This repository is currently considered experimental code with no backwards compatibility guarantees whatsoever.
39
+ This development is done in a development branch for new layout generation code.
40
+ When this development is done it will be released as version 0.4.0.
39
41
  Current implementation is based on the topology of the Coriolis nsxlib standard cells with some area improvements but not yet with optimal area use. For v0.1 of this library a total replacement of the layout generation is planned fully based on minimized area for the technology design rules.
40
42
  If interested head over to [gitter](https://gitter.im/Chips4Makers/community) for further discussion.
@@ -23,5 +23,7 @@ In future options are planned so libraries can be generated for different target
23
23
  ## Status
24
24
 
25
25
  This repository is currently considered experimental code with no backwards compatibility guarantees whatsoever.
26
+ This development is done in a development branch for new layout generation code.
27
+ When this development is done it will be released as version 0.4.0.
26
28
  Current implementation is based on the topology of the Coriolis nsxlib standard cells with some area improvements but not yet with optimal area use. For v0.1 of this library a total replacement of the layout generation is planned fully based on minimized area for the technology design rules.
27
29
  If interested head over to [gitter](https://gitter.im/Chips4Makers/community) for further discussion.