Verilog Sudoku Solver on DE1-SoC

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии •

  • @juanmacias5922
    @juanmacias5922 3 дня назад

    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 3 месяца назад

      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!'.