Verilog Sudoku Solver on DE1-SoC

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 4

  • @juanmacias5922
    @juanmacias5922 20 วันที่ผ่านมา

    Asking about the worst case scenario really stumped them, and anyone who had not looked into the math before hand! Great project. :)

  • @JNS-p8b
    @JNS-p8b 7 หลายเดือนก่อน +1

    Cool!

  • @SB_3.1415
    @SB_3.1415 7 หลายเดือนก่อน +3

    Actually Sudoku puzzles should only have one valid solved state. A Sudoku puzzle with more than one valid final states is considered to be flawed.

    • @johnwilson3918
      @johnwilson3918 4 หลายเดือนก่อน

      I think you should wallow in their glory of this is being done in hardware. Less than one second to solve the 'hardest' puzzle with one solution is very impressive. I assume some bits are done using support CPU - (I heard 'C' bitmaps being mentioned for drawing the digits). I wish they had implemented a C version of the backtracker and did some comparisons. In the words of their professor, 'Awesome!'.