|
Project name: MSTRMND This chip design is based on the logic game Mastermind. The Master enters a key, 8 bits representing 4 colored pegs. The Guesser attempts to crack the code in less than 7 guesses. Barrel-shifters and combinational logic determine the score for each guess. Adders, latches, and feedback register each score. The chip uses a MUX to alternate 8 output pins between the entered guess and its corresponding calculated score. |