Dice Game Implementation
Why was dice game implemented in three 22V10 PLDs?
What are the resources needed by the Dice Game?
- Outputs: 6 for dice values (3 bits each dice), win, loss
- Inputs: Ra, Rb, Reset, Clk
- 6 FFs for dice, minimum 3 FFs for FSM, 4 FFs for Point register (13 total)
22V10 has
- 12 input-only pins, 10 input/output pins
- 10 FFs (1 FF per input/output pin)
Need at least TWO 22V10s just for FFs