Commit 9eab5368 authored by Paolo Baesso's avatar Paolo Baesso

Update README.md

parent cc585db7
......@@ -21,6 +21,10 @@ The *.bit file is used to program the FPGA one-off, i.e. the image of the firmwa
The *.mcs file is used to flash the EEPROM of the FPGA with a permament version of the firmware. This allows the TLU to automatically load this image at start-up.
The XML file is needed to correctly map the FPGA internal registers to the corresponding functions in the software. This file only changes when major modifications are included in the firmware.
The procedure to program the FPGA and the EEPROM are described in the [TLU manual](https://www.ohwr.org/project/fmc-mtlu/blob/master/Documentation/Main_TLU.pdf).
It is always possible to compile the firmware to obtain the *.bit and *.mcs files. This is explained in the next section.
### Building Firmware
The master firmware uses the [ipbb](https://github.com/ipbus/ipbb) build tool, and requires the ipbus system firmware.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment