@@ -37,6 +36,9 @@ Within the PS, we use both I2C controllers, a UART for the wifi bridge, and othe
...
@@ -37,6 +36,9 @@ Within the PS, we use both I2C controllers, a UART for the wifi bridge, and othe
- Enabled: true
- Enabled: true
- Frequency: 100 MHZ
- 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
## 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).
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
...
@@ -48,4 +50,6 @@ It is unclear if this is just a bug in XPS (seems likely) or if the interrupt is
### Clock Configuration
### Clock Configuration
The clock configurations in the old XPS proejct are at slightly lower frequencies than the Vivado defaults.
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.
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.
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
Dr. Jones agrees that it is likely a default settings change and can be ignored.