Using Vivado Project With Git
2020-05-06
When working with my Vivado FPGA projects, I’m always seeking a way that get my project be tracked by a VCS (Version Control System), such as Git. It’s easy to get hdl files (*.vh, *.v, *.sv, *.hdl) working with it since they are plain text file. But it not true with other Vivado files. Xilinx has a application note XAPP1165 discussing this topic. Here is how I handle with it.
…