首页下载资源硬件开发基于FPGA的五子棋设计

ZIP基于FPGA的五子棋设计

weixin_631796152.85MB需要积分:1

资源文件列表:

五子棋.zip 大约有28个文件
  1. 五子棋/
  2. 五子棋/README.md 382B
  3. 五子棋/src/
  4. 五子棋/src/clock/
  5. 五子棋/src/clock/clk_divider.v 549B
  6. 五子棋/src/data/
  7. 五子棋/src/data/gobang_datapath.v 11.73KB
  8. 五子棋/src/data/testbench/
  9. 五子棋/src/data/testbench/gobang_datapath_tb.v 1.73KB
  10. 五子棋/src/display/
  11. 五子棋/src/display/display_pics.v 150.42KB
  12. 五子棋/src/display/vga_display.v 15.76KB
  13. 五子棋/src/display/vga_sync.v 1.12KB
  14. 五子棋/src/gobang_top.v 4.53KB
  15. 五子棋/src/input/
  16. 五子棋/src/input/ps2_input.v 2.52KB
  17. 五子棋/src/input/ps2_scan.v 2.37KB
  18. 五子棋/src/input/testbench/
  19. 五子棋/src/input/testbench/ps2_scan_tb.v 2.22KB
  20. 五子棋/src/logic/
  21. 五子棋/src/logic/gobang_logic.v 9.83KB
  22. 五子棋/src/logic/gobang_patterns.v 10.35KB
  23. 五子棋/src/logic/gobang_strategy.v 4.98KB
  24. 五子棋/src/logic/score_calculator.v 1.71KB
  25. 五子棋/src/logic/win_checker.v 2.85KB
  26. 五子棋/src/random/
  27. 五子棋/src/random/random_generator.v 1.13KB
  28. 五子棋/说明文档.pdf 3.17MB

资源介绍:

基于FPGA的五子棋设计,Verilog编写。 VGA显示; PS/2键盘控制; 到手即可运行,内含源码和说明文档,quartus和vivado平台均可运行。 quartus占用资源约7000,vivado占用资源3000多,普通板子即可运行。
# Verilog-Gobang-Game-with-AI This is my project for the course "Logic and Computer Design Fundamentals" It is a gobang game for one or two players which can be played using the Kintex-7 FPGA Board, a VGA monitor and a PS/2 keyboard. The players can play with each other or play with AI or watch the game between two AI. A greedy strategy is used to implement the AI of the game.
100+评论
captcha