I forked this repository to add dedicated support for the Xilinx AC701 evaluation board.
- Status: Prom file (
.mcs) generation is currently functional and verified.
I am working on the following features to fully support the AC701 workflow:
- Flash Programming: Enable support for programming the onboard Flash memory.
- MMI Updates: Automate the
.mmi(Memory Map Info) file update process.
The build process currently requires a MinGW64 terminal. Follow these steps to generate the bitstream:
-
Navigate to the synthesis directory:
cd fpga/xilinx_ac701_board/synthesis/xilinx -
Generate the bitstream: Execute the generation script:
./0_create_bitstream.sh
-
Update MMI files (Manual Step): Manually update the
.mmifiles based on the data in:work/openMSP430_fpga_bram_report.csv -
Initialize memory: Run the memory initialization script:
./1_initialize_pmem.sh
-
Generate prom file (.mcs):
./2_generate_prom_file.sh