DavidWigley / Digital-Logic-Final-Project

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

Block trigger signal after win #5

Closed DavidWigley closed 7 years ago

DavidWigley commented 7 years ago

In the Logisim version, only one game is able to be played.

Anyways to force this condition we can run and OR from the CPU and USER win conditions then run an XOR with that and the trigger. Basically if someone has won I wont allow new signals.

Of course this does not account for the case of a tie.

alexanderepstein commented 7 years ago

This should have been solved in my last Logisim push TTT_Flamingo is it not?

DavidWigley commented 7 years ago

Apologies was testing Epsilon. Naming convention is strange :)

DavidWigley commented 7 years ago

@alexanderepstein You're correct. This is implemented. Closing