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

Michaero/v5.0.0 draft #96

Merged
merged 50 commits into from
May 23, 2024
Merged

Michaero/v5.0.0 draft #96

merged 50 commits into from
May 23, 2024

Commits on May 23, 2024

  1. Don't use latest register_interface with new AXI version deps

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9016e95 View commit details
    Browse the repository at this point in the history
  2. Whitespace cleanup of soc_interconnect

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3a94fd4 View commit details
    Browse the repository at this point in the history
  3. Refactor soc_peripherals module

    - Renamed fc_eu signals to fc_interrupts to make a clear distinction between
      events and interrupts.
    - Removed old APB crossbar and replaced it with integrated crossbar in AXI-lite
      to APB converter. Moved address definitions from peripheral_bud_defines to soc_mem_maps.svh
    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f65ebc8 View commit details
    Browse the repository at this point in the history
  4. WIP switch to pulp-io

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    45983dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dd7e21 View commit details
    Browse the repository at this point in the history
  6. Integrate new gpio peripheral

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    512f973 View commit details
    Browse the repository at this point in the history
  7. Remove unused mode_select port

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    413d771 View commit details
    Browse the repository at this point in the history
  8. Fix lint error for slice reversal of vector port connection

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c311134 View commit details
    Browse the repository at this point in the history
  9. Fix lint warnign about slice into integer type

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2b1348a View commit details
    Browse the repository at this point in the history
  10. Fix wrong apb slaves count in soc_peripherals

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9670ffc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbbd3fa View commit details
    Browse the repository at this point in the history
  12. Externalize clock generator modules using regbus

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a0d0c99 View commit details
    Browse the repository at this point in the history
  13. Fix duplicate declaration of GPIO signals

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d4397b6 View commit details
    Browse the repository at this point in the history
  14. Bump version

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    846a6e3 View commit details
    Browse the repository at this point in the history
  15. Bump APB version

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    61b47af View commit details
    Browse the repository at this point in the history
  16. Remove obsolete parameter

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8a49c45 View commit details
    Browse the repository at this point in the history
  17. Remove internal reset synchronizers

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bd7c674 View commit details
    Browse the repository at this point in the history
  18. Cleanup and reorder connection between pulp_soc and soc_peripherals

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b1a92c7 View commit details
    Browse the repository at this point in the history
  19. Remove less than constraint on reg_interface dependency

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4c3b20e View commit details
    Browse the repository at this point in the history
  20. Move jtag_tap_top to pulp_soc repo where it is actually used

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c95596a View commit details
    Browse the repository at this point in the history
  21. Fix bugs in soc_peripherals

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ff67ee0 View commit details
    Browse the repository at this point in the history
  22. Fix wrong jtag_tap connections in pulp_soc

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5a71acd View commit details
    Browse the repository at this point in the history
  23. Print timestamp in virtual stdout

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    31b5fe5 View commit details
    Browse the repository at this point in the history
  24. Add hint where boot rom model looks for the binary dump file

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    22ba75b View commit details
    Browse the repository at this point in the history
  25. Add missing apb chip control signals

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d1fbf8f View commit details
    Browse the repository at this point in the history
  26. Add connections for pin level gpio interrupts

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    71a3c4a View commit details
    Browse the repository at this point in the history
  27. Point to stable version of dependencies

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    69a2030 View commit details
    Browse the repository at this point in the history
  28. Remove obsolete rtl/components files

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    772cc09 View commit details
    Browse the repository at this point in the history
  29. Remove support for IPApproX

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a8f9e8b View commit details
    Browse the repository at this point in the history
  30. Delete pulpemu files

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fc03483 View commit details
    Browse the repository at this point in the history
  31. Remove obsolete boot_l2 signal

    Was not connected anywhere in the first place
    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cc34b83 View commit details
    Browse the repository at this point in the history
  32. Add documentation to each toplevel port

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c72e09e View commit details
    Browse the repository at this point in the history
  33. Vendor in reggen tool from register_interface repo using Bender

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ac552c1 View commit details
    Browse the repository at this point in the history
  34. Replace old apb_soc control with an autogenerated register file

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    15cee69 View commit details
    Browse the repository at this point in the history
  35. Rename jtag_lint wiring signals

    Manuel Eggimann authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6829e59 View commit details
    Browse the repository at this point in the history
  36. Remove axi_slice

    micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    15c8626 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e75ea7a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    30d0e7e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bc0ea9d View commit details
    Browse the repository at this point in the history
  40. Update changelog

    micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    150cd7d View commit details
    Browse the repository at this point in the history
  41. Bump FPnew dependency

    micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    515bbc2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    806134f View commit details
    Browse the repository at this point in the history
  43. Fix external AXI buffering

    micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9ceb84c View commit details
    Browse the repository at this point in the history
  44. Vivado [Synth 8-9123] fix

    micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    baf231c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    73edba6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    1cccc2e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    cde263f View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    69971f8 View commit details
    Browse the repository at this point in the history
  49. Change to indent = 2 spaces

    This follows the lowrisc guidelines and the practice of most PULP IPs.
    FrancescoConti authored and micprog committed May 23, 2024
    Configuration menu
    Copy the full SHA
    96f7b13 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    e6d223b View commit details
    Browse the repository at this point in the history