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

Add system peripherals #11

Merged
merged 1 commit into from
May 6, 2023
Merged

Add system peripherals #11

merged 1 commit into from
May 6, 2023

Conversation

alex96295
Copy link
Collaborator

@alex96295 alex96295 commented Apr 25, 2023

  • Add glue logic to connect peripherals
  • Add system timer
  • Add advanced timer
  • Add watchdog timer
  • Add ethernet -> waiting for IP to be stable, temporarily route to error slave
  • Add Can bus

⚠️ For future PRs: track #13, #20

While wiring the new AXI slaves, revert suggested fix on AXI async widths from #16

@alex96295 alex96295 added the enhancement New feature or request label Apr 25, 2023
@alex96295 alex96295 force-pushed the aottaviano/peripherals branch 3 times, most recently from d189e78 to 69d454f Compare April 25, 2023 14:47
@alex96295 alex96295 requested a review from bluewww April 25, 2023 15:26
@alex96295 alex96295 force-pushed the aottaviano/peripherals branch 4 times, most recently from 7b87371 to e4e3e2c Compare April 26, 2023 08:06
@alex96295 alex96295 changed the title Draft: Add system peripherals Add system peripherals Apr 26, 2023
@alex96295 alex96295 force-pushed the aottaviano/peripherals branch from e4e3e2c to 242ff69 Compare May 4, 2023 07:53
@alex96295 alex96295 requested a review from luca-valente as a code owner May 4, 2023 07:53
@alex96295
Copy link
Collaborator Author

Rebased onto master

carfield_axi_d32_slv_req_t axi_d32_peripherals_req;
carfield_axi_d32_slv_rsp_t axi_d32_peripherals_rsp;

axi_dw_converter #(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can probably use the axi dw converter for now. just make sure you test it

@alex96295 alex96295 force-pushed the aottaviano/peripherals branch from 242ff69 to ed19b7b Compare May 4, 2023 17:25
@alex96295
Copy link
Collaborator Author

Rebased onto main

@alex96295 alex96295 force-pushed the aottaviano/peripherals branch from ed19b7b to dfd5bc5 Compare May 4, 2023 17:28
@alex96295 alex96295 changed the title Add system peripherals Draft: Add system peripherals May 5, 2023
@alex96295 alex96295 marked this pull request as draft May 5, 2023 11:59
@alex96295 alex96295 force-pushed the aottaviano/peripherals branch 3 times, most recently from 89e91b0 to 7c87453 Compare May 6, 2023 18:37
@alex96295 alex96295 force-pushed the aottaviano/peripherals branch from 7c87453 to 2064871 Compare May 6, 2023 18:41
@alex96295 alex96295 marked this pull request as ready for review May 6, 2023 18:42
@alex96295 alex96295 changed the title Draft: Add system peripherals Add system peripherals May 6, 2023
@alex96295 alex96295 merged commit c0345d2 into main May 6, 2023
@micprog micprog deleted the aottaviano/peripherals branch July 21, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants