Skip to content

Commit

Permalink
Merge pull request #2 from apollo-lhc/pwittich-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pwittich authored Nov 17, 2023
2 parents 0eb9121 + eeb43c6 commit 194f547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ On the MCU side, we define which addresses the MCU will send with the data. (pyt

On the Zynq side, the XML files allow us to decode the memory on the zynq according to the data as laid out in the MCU. (python code `xml_generate.py`)

The input files are in the `data` directory and are given by `zynqmon_<i>.yaml` where `i` refers to the CM revision number.
The input files are in the `data` directory and are given by `PL_MEM_CM_rev<i>.yml` where `i` refers to the CM revision number.
There are two outputs:
1. The `C` code consists of a `c` and a header file. It is compiled into the MCU binary in the `cm_mcu` repo
1. The xml files must be included in the Zynq in ... (add directory info here)
1. The xml files must be included in the Zynq in the `/fw/CM/CornellCM_MCU/address_table/modules_CM_MCU` directory. Note that the `xml_generate` script creates a `PM_MEM_CM_rev<i>.xml` file but the file that is included is just called `PL_MEM_CM.xml`.

0 comments on commit 194f547

Please sign in to comment.