Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 432 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 432 Bytes

Vivado Synthesis Scripts

Usage:

  1. Put your RTL source files under src/
  2. Set the correct top module name and file list in config.tcl
  3. Change the FPGA device in config.tcl if necessary
  4. Modify the clock port name and clock frequency in constr/constr.xdc
  5. Run make
  6. Get reports under report/

Note: if the file list is updated, you should clean the old project by make clean first to make it take effect.