# conways-game-of-life **Repository Path**: dark_blue_dream/conways-game-of-life ## Basic Information - **Project Name**: conways-game-of-life - **Description**: A Verilog implementation of Conway's Game of Life - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2021-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Conway's Game of Life in Verilog This project is a Verilog implementation of Conway's Game of Life, with the purpose of implementing on an FPGA. The repository has two mains parts, respectively contained in the following folders: - ***src/*** The source code for an efficient implementation of Conway's Game of Life. ***[You simulate this code online at EDA Playground](https://edaplayground.com/x/dK9c)***! - ***FSM Encodings/*** A comparison of the outcome of using 3 different encodings for Finite State Machines. This comparison is featured in one of my articles on [allaboutcircuits.com](https://www.allaboutcircuits.com/technical-articles/which-encoding-type-should-i-use-example-fpga-applications/). 3 encodings were used for 3 different FSMs on 3 different platforms, adding up to 27 projects: 9 in Lattice's Diamond, 9 in Intel's Quartus Prime, and 9 in Xilinx's Vivado Design Suite. ## Contact Eduardo CorpeƱo You may reach me at kuashio@gmail.com