Skip to content
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

Add RFC for introducing simulation ports #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

whitequark
Copy link
Member

@whitequark whitequark commented Jun 24, 2024

@whitequark whitequark added meta:nominated Nominated for discussion on the next relevant meeting area:core RFC affecting APIs in amaranth-lang/amaranth labels Jun 24, 2024
@whitequark whitequark force-pushed the simulation-port branch 3 times, most recently from 4dba260 to 022db40 Compare June 24, 2024 19:31
whitequark added a commit to whitequark/glasgow that referenced this pull request Jun 26, 2024
The `SimulationPort` class is an implementation of the proposed RFC GlasgowEmbedded#69
(amaranth-lang/amaranth#1417, amaranth-lang/rfcs#69).

The `SimulationPlatform` class is a temporary workaround for the lack
of built-in knowledge of `SimulationPort` by `io.{Buffer,FFBuffer}`.

In conjunction with the `PortGroup` class, these classes enable testing
I/O gateware. Eventually they should be integrated with the Glasgow
framework (`access.simulation`), but it is not done at the moment.
whitequark added a commit to whitequark/glasgow that referenced this pull request Jun 26, 2024
The `SimulationPort` class is an implementation of the proposed RFC GlasgowEmbedded#69
(amaranth-lang/amaranth#1417, amaranth-lang/rfcs#69).

The `SimulationPlatform` class is a temporary workaround for the lack
of built-in knowledge of `SimulationPort` by `io.{Buffer,FFBuffer}`.

In conjunction with the `PortGroup` class, these classes enable testing
I/O gateware. Eventually they should be integrated with the Glasgow
framework (`access.simulation`), but it is not done at the moment.
whitequark added a commit to whitequark/glasgow that referenced this pull request Jun 28, 2024
The `SimulationPort` class is an implementation of the proposed RFC GlasgowEmbedded#69
(amaranth-lang/amaranth#1417, amaranth-lang/rfcs#69).

The `SimulationPlatform` class is a temporary workaround for the lack
of built-in knowledge of `SimulationPort` by `io.{Buffer,FFBuffer}`.

In conjunction with the `PortGroup` class, these classes enable testing
I/O gateware. Eventually they should be integrated with the Glasgow
framework (`access.simulation`), but it is not done at the moment.
whitequark added a commit to whitequark/glasgow that referenced this pull request Jun 29, 2024
The `SimulationPort` class is an implementation of the proposed RFC GlasgowEmbedded#69
(amaranth-lang/amaranth#1417, amaranth-lang/rfcs#69).

The `SimulationPlatform` class is a temporary workaround for the lack
of built-in knowledge of `SimulationPort` by `io.{Buffer,FFBuffer}`.

In conjunction with the `PortGroup` class, these classes enable testing
I/O gateware. Eventually they should be integrated with the Glasgow
framework (`access.simulation`), but it is not done at the moment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core RFC affecting APIs in amaranth-lang/amaranth meta:nominated Nominated for discussion on the next relevant meeting
1 participant