-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
This issue tracks the discussion and what needs to be done regarding cleaning up the Patmos/T-CREST repositories and their code.
Please feel free to talk about any of the issues by commenting, and I'll keep the list below updated where needed.
If you make issues elsewhere as part of this work, please don't forget to link to this issue.
Current issues are:
- Finish the Patmos code port to Chisel 3 and beyond.
- 132 files still use the compatibility layer of Chisel 3, allowing Chisel 2 code with the
Chisel._import. This should all be eliminated - script simple changes (E.g., Bool(true) -> true.B) @tjarker
- Change
Vec.fill@schoeberl - Move to Chisel 3.5 @schoeberl
- Move to Scala 2.13
- Chisel 3.6
- Chisel 5
- Chisel 6
- @schoeberl is lead
- 132 files still use the compatibility layer of Chisel 3, allowing Chisel 2 code with the
- Updated CI testing of patmos
- Make-tests fail #142 will enable co-simulation with
pasim - Move to using GitHub actions for CI instead of the current nightly running on helena
- @Emoun is lead
- Make-tests fail #142 will enable co-simulation with
- All chisel tests using the deprecated
iotesterare commented out. Port them to working test framework.- @EhsanKhodadad is lead
- Most cmp devices are not ported to Chisel 3.
- They compile, but give runtime errors
- Better solution for interface (soc-com)?
- Device-specific tests are mostly not automated, make them so. E.g. Argo, SSPM
- @tjarker is lead
- The rewrite of argo in Chisel needs to be finished
- Currently, each module is compiled into a Verilog file imported individually. Update this such that everything happens within Chisel seamlessly.
- @lucapezza is lead
- Finish the compiler update to new versions of LLVM.
- Currently, the bootloader is likely being compiled incorrectly, making it unable to download programs.
- Does not compile on ARM Mac. Fix this.
- LLVM2 by default #155
- @Emoun is lead
- Find a better solution for pins (multiple IOs).
- @tjarker is lead
- Get S4NOC back.
- @schoeberl is lead
Metadata
Metadata
Assignees
Labels
No labels