alexforencich / verilog-axi

Verilog AXI components for FPGA implementation
MIT License
1.52k stars 454 forks source link

Add explicit python3 prefix to all python paths in test suite #62

Open dbarrie opened 11 months ago

dbarrie commented 11 months ago

Allows WSL to properly execute the tests by explicitly stating how the python files should execute. Line ending issues cause WSL to get confused if the repo uses Windows line endings.