DavidWigley / Digital-Logic-Final-Project

Final Project for ELEC 2275. Tic-Tac-Toe Verilog implementation.
0 stars 0 forks source link

Begin / End Tag Issue #1

Closed DavidWigley closed 7 years ago

DavidWigley commented 7 years ago

Notepad++ is not properly collapsing tasks and functions due to there being a problem with incorrect amount of end tags. I think the amount is correct, but it wants more for it to properly collapse.

We are most likely doing something wrong at some point but I cannot spot it. Would like another set of eyes to take a peak, Alex? :)

Flagged some problems with comments here https://github.com/DavidWigley/Digital-Logic-Final-Project/commit/6c2e340a892c829eda2c9adb53aed946ea36aa22 and here https://github.com/DavidWigley/Digital-Logic-Final-Project/commit/3f02c97384a4cca2de0ecec61c990b6019cafc58

I cant spot the problem but this most likely will not compile/run properly if the begin/end tags are not correct so this needs to be fixed soonish for testing.

DavidWigley commented 7 years ago

Resolved https://github.com/DavidWigley/Digital-Logic-Final-Project/commit/72a35c5617b1f1e9d022a5790ba5bd9cf5b42053

Missed a few close parenthesis for if statements.