Skip to content

Project cleanup master issue #145

@Emoun

Description

@Emoun

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
  • 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
  • All chisel tests using the deprecated iotester are commented out. Port them to working test framework.
  • 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).
  • Get S4NOC back.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions