Skip to content

Commit

Permalink
Merge pull request #11 from aaronferrucci/master
Browse files Browse the repository at this point in the history
Fix case mismatch in filename (causes compilation failure in linux).
  • Loading branch information
ZFTurbo authored Oct 6, 2019
2 parents 01f81e4 + 75857a1 commit 9d5932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilog/imp/cam_proj.qsf
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ set_global_assignment -name VERILOG_FILE ../code/neuroset/TOP.v
set_global_assignment -name VERILOG_FILE ../code/neuroset/result.v
set_global_assignment -name VERILOG_FILE ../code/neuroset/RAMtoMEM.v
set_global_assignment -name VERILOG_FILE ../code/neuroset/RAM.v
set_global_assignment -name VERILOG_FILE ../code/neuroset/MaxPooling.v
set_global_assignment -name VERILOG_FILE ../code/neuroset/maxpooling.v
set_global_assignment -name VERILOG_FILE ../code/neuroset/dense.v
set_global_assignment -name VERILOG_FILE ../code/neuroset/database.v
set_global_assignment -name VERILOG_FILE ../code/neuroset/conv_TOP.v
Expand Down

0 comments on commit 9d5932b

Please sign in to comment.