Skip to content

Replace providers #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Replace providers #4

wants to merge 7 commits into from

Conversation

robtaylor
Copy link
Contributor

Experiment with port requirement annotation

class DemoSoC(wiring.Component):
def pins():
return IOShape({
'qspi': QSPIController.pins(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how would this look if I want to expose a single pin directly from DemoSoC (like, say, a fault indicator or specific interrupt or something like that)

@gatecat
Copy link
Contributor

gatecat commented Feb 26, 2025

@robtaylor - what's the current status of this PR in relation to the chipflow-lib changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants