fpgasystems / fpga-network-stack

Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)
BSD 3-Clause "New" or "Revised" License
699 stars 256 forks source link

Powershell script for windows build #6

Closed GustavSVJ closed 5 years ago

GustavSVJ commented 5 years ago

Added a Powershell script with the same capabilities as the bash script. This makes it easier to compile the project on Windows. Also fixed a typo in the bash script.

The script was tested on Windows 10 with Vivado 2018.3 compiling for the VC709 board.

Watch out for the pathlength! If one of the HLS IP's fails to build check that first!

dsidler commented 5 years ago

Thanks Gustav!