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

treewide: Preparation for v1.0.0, add SV macros for type definitions and refactor module parametrization #65

Merged
merged 42 commits into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. hw(simple_rob): Add assertions that floo_simple_rob which does not …

    …support bursts correctly
    fischeti committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1d801a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    290d7a7 View commit details
    Browse the repository at this point in the history
  3. treewide: Introduce macros and remove generated types

    hw(rob): Rename `ReorderBufferSize` to `RoBDepth`
    fischeti committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4651a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96f5538 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    280d79d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f95e94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23696da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    784fffa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83222d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf63066 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aaa5128 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e1d014 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0cf8a4f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    11958ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6277152 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1d9c73e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ce6efe0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c1facbc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    576b6b3 View commit details
    Browse the repository at this point in the history
  20. floogen: Linting

    fischeti committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c5b9765 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c08c5ec View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    969e47d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4aa4084 View commit details
    Browse the repository at this point in the history
  24. hw(routing): Remove IdIsPort Routing Algorithm

    `IdIsPort` only decodes a single router port in the `dst_id` and was
    only used for verification purposes. The same functionality can be
    achieved with `SourceRouting` where `route_t` is a single port (i.e.
    `route_t == id_t`)
    fischeti committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1655bbb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3567bbf View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f915643 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e68a47f View commit details
    Browse the repository at this point in the history
  28. docs: Update CHANGELOG

    fischeti committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8476d8c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bed66f2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e9ea327 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    33a7bed View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    647dfc8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e46a54c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    085b7d6 View commit details
    Browse the repository at this point in the history
  35. floogen(chimney): Use table instead of routing.table for source-b…

    …ased routing tables
    fischeti committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    14aa001 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    39d543d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6cf72c7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    09cc187 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f226ac7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    502ed29 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    21df1d2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    2bba413 View commit details
    Browse the repository at this point in the history