Skip to content
Snippets Groups Projects
Commit b3e228e9 authored by James Talbert's avatar James Talbert
Browse files

Merge branch '41-Transition-current-hardware-platform-to-Vivado' of...

Merge branch '41-Transition-current-hardware-platform-to-Vivado' of https://git.ece.iastate.edu/danc/MicroCART into 41-Transition-current-hardware-platform-to-Vivado
parents 0bbf15e3 58082920
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ The design includes:
- 1 Zynq Processing System block
- 6 PWM Recorder Blocks
- 4 PWM Generator Blocks
- 1 AXI Timer block
- Any debugging GPIOs.
## Settings
......@@ -37,6 +36,9 @@ Within the PS, we use both I2C controllers, a UART for the wifi bridge, and othe
- Enabled: true
- Frequency: 100 MHZ
### AXI Bus Modules
The axi bus modules do not require configuration.
It is unlikely that the custom blocks will ever have useful configuration parameters as they are one-off and will be set for what the project needs.
## Unclarities
This section is for things that are in the design, but we don't know why (passed down over time and not yet investigated).
......@@ -48,4 +50,6 @@ It is unclear if this is just a bug in XPS (seems likely) or if the interrupt is
### Clock Configuration
The clock configurations in the old XPS proejct are at slightly lower frequencies than the Vivado defaults.
This could mean that the old team has some problems running at max and backed it down some, or that Xilinx upped the default clock frequency between the Zybo part and the Zybo Z7020.
E.g. The CPU clock is at 650 MHz in the old project, but the defaults in Vivado are 667 MHz.
\ No newline at end of file
E.g. The CPU clock is at 650 MHz in the old project, but the defaults in Vivado are 667 MHz.
Dr. Jones agrees that it is likely a default settings change and can be ignored.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment