Commit 62987f9
Rename chipflow_lib to chipflow with backward compatibility
Rename the main package from chipflow_lib to chipflow, maintaining
full backward compatibility through a compatibility shim.
Changes:
- Renamed chipflow_lib/ directory to chipflow/
- Updated all internal imports from chipflow_lib to chipflow
- Created chipflow_lib/ backward compatibility package that re-exports
from chipflow with deprecation warnings
- Updated pyproject.toml package name and references
- Updated all documentation references from chipflow_lib to chipflow
- Updated test imports and mock patches
- Changed simulatable_interface default base from
"com.chipflow.chipflow_lib" to "com.chipflow.chipflow"
The chipflow_lib backward compatibility shim:
- Shows deprecation warning on import
- Re-exports all symbols from chipflow via __path__ manipulation
- Allows existing code using chipflow_lib to continue working
- Will be maintained temporarily before removal in future version
All tests pass with the new package structure.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent e7ef8c3 commit 62987f9
File tree
85 files changed
+212
-186
lines changed- chipflow_lib
- chipflow
- common/sim
- vendor
- cxxrtl
- nlohmann
- config
- models
- packaging
- platforms
- platform
- io
- software
- steps
- docs
- tests
- fixtures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+212
-186
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments