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

Oni v2 #68

Merged
merged 52 commits into from
Feb 19, 2025
Merged

Oni v2 #68

merged 52 commits into from
Feb 19, 2025

Conversation

bparks13
Copy link
Member

@bparks13 bparks13 commented Jan 13, 2025

For now, this is a placeholder for us to track progress. It is also to connect the issues that are being actively worked on, so that it is easier to know what needs to be done next. All issues listed below were found by comparing all of the PRs that were merged from their respective issue-branch into oni-v2. Many of them were already closed, but a couple issues were missed.

New issues being worked on

Issues from issue branches merged into oni-v2

aacuevas and others added 30 commits November 8, 2024 14:31
- Reorganized controller into separate pages
- Introduce procedures for variable word alignments in high-bw streams
- Modified register access to allow queued transactions
- Introduce the possibility of optional features
- Added an expanded address map
Draft for version 2 of the ONI spec
Split devices page into folder
Redundant since it is on its own file.
- Special devices was duplicated
- Device descriptor was duplicated
- Change hub conter name
- Split write and read frames
 Rewrite channel access concurrency description
- An actual rebase was too difficult, so I brought those branches over
  manually
Clarify text for hub clocks
Update device sample definitions
- Reference the formal concept of a network topology and note that ONI
  hardware is arranged in a tiered star similar to USB
Reference network topology on hierarchy page
@bparks13 bparks13 linked an issue Jan 13, 2025 that may be closed by this pull request
@bparks13 bparks13 added this to the 2.0 milestone Jan 13, 2025
- Looked over the spec as a complete document and created issues for
  things I felt unsure about
- Some formatting changes and minor textual changes for grammer,
  clarity, etc
@jonnew
Copy link
Member

jonnew commented Feb 12, 2025

OK, Ive completed my review of this. I'm ready to merge this into main, and then merge in the version selection stuff. After this we can default the site to 1.0 and use the normal PR into main mechanism.

The build is failing because due to some dependency issue. I did add a new package called linuxdoc to our Pipfile which provides nice support for tables with column and row spans. Probably the cause but this builds fine for me so no clue what's different.

@jonnew jonnew marked this pull request as ready for review February 19, 2025 17:23
@jonnew jonnew merged commit d318254 into main Feb 19, 2025
1 check passed
@jonnew jonnew deleted the oni-v2 branch February 19, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment