Skip to content

Commit 28f0827

Browse files
committed
Remove Providers, now obsolete
1 parent 447c14f commit 28f0827

File tree

6 files changed

+1
-355
lines changed

6 files changed

+1
-355
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# ChipFlow library
22

3-
WIP
4-
3+
This is a small library to make working with the ChipFlow platform easy and straightforward.
54

65
## Installation and usage
76

87
This library uses [PDM](https://pdm.fming.dev/) for dependency management, testing, building, and publishing. Install PDM first. Then run:
98

109
```
11-
pdm lock
1210
pdm install
1311
```
1412

chipflow_lib/platforms/sim.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414

1515
class SimPlatform:
16-
from ..providers import sim as providers
17-
1816
def __init__(self):
1917
self.build_dir = os.path.join(os.environ['CHIPFLOW_ROOT'], 'build', 'sim')
2018
self.extra_files = dict()

chipflow_lib/providers/__init__.py

Whitespace-only changes.

chipflow_lib/providers/board_ulx3s.py

Lines changed: 0 additions & 150 deletions
This file was deleted.

chipflow_lib/providers/silicon.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

chipflow_lib/providers/sim.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)