Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before installing a YDC file a couple of few fixups are typically required.

  1. Insert a new top-level hierarchy, "mmio", above "AmcCarrierCore".
  2. Change the value of mmio:AmcCarrierCore:AxiVersion:ScratchPad from 0x0 to 0xfc067333.
  3. Change the value of AxiSy56040:OutputConfig[1] from 0x1 to 0x2.

Excerpt from an example YDC file with fixups applied:

Code Block
languagetext
# Config File Generated: 2017-03-07.13:29:59
- mmio:
  - AmcCarrierCore:
      - AxiVersion:
          - MasterReset: !<value> 0x0
          - FpgaReloadAddress: !<value> 0x00000000
          - FpgaReload: !<value> 0x0
          - FpgaReloadHalt: !<value> 0x0
          - ScratchPad: !<value> 0xfc067333
  . . .
      - AxiSy56040:
          - OutputConfig: !<value>
              - 0x0
              - 0x2
              - 0x0
              - 0x0

 

To install a new YDC file:

...