ZFTurbo / Verilog-Generator-of-Neural-Net-Digit-Detector-for-FPGA

Verilog Generator of Neural Net Digit Detector for FPGA
Apache License 2.0
291 stars 88 forks source link

Fix case mismatch in filename (causes compilation failure in linux). #11

Closed aaronferrucci closed 4 years ago

aaronferrucci commented 4 years ago

Simple case mismatch in filename, fixed. This would not have caused a problem in windows, because its filename handling is case insensitive. The problem was noted in #9, but I saw no resolution there.