Conways-Game-of-Life-on-FPGA

所属分类:游戏
开发工具:VHDL
文件大小:91KB
下载次数:0
上传日期:2017-04-04 11:16:12
上 传 者sh-1993
说明:  Conway的Game of Life在DE0 NANO ALTERA FPGA上实现,输出显示在VGA显示器上。
(Conway s Game of Life is implemented on a DE0 NANO ALTERA FPGA with output displayed on a VGA display.)

文件列表:
20X20_GOL_GRID.qpf (1269, 2017-04-04)
sync.vhd (6933, 2017-04-04)
vga.cdf (329, 2017-04-04)
vga.qsf (3177, 2017-04-04)
vga.sof (703946, 2017-04-04)
vga.vhd (569, 2017-04-04)

# Conway-s-Game-of-Life-on-FPGA Conways Game of Life works on an infinite grid of square cells. A finite grid with wrap around at the edges is used to mimic the infinite grid. The initial state of every cell in the grid is fed into a bit vector (1 for live and 0 for dead). The output is displayed on a VGA display at 800*600 resolution; red colour representing live cells and black representing the dead ones. After a reasonable amount of time (for the pattern transition to be clearly visible), the next state of each cell is found based on the current state of the cells and the corresponding bit value modified. INSTRUCTIONS Set 'vga.vhd' as the top level entity. The initial condition can be set by changing the value of the bit-vector in the code.

近期下载者

相关文件


收藏者