Skip to content

wokwi/tt-game-of-life-cell-popcnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Tapeout - Game of Life Cell Logic

Simulate this project on Wokwi

Inputs

8 bits, each containing one neighbor cell values (0 = dead, 1 = alive)

Outputs

  • Bit 2 - should the cell stay alive? (if it has 2 or 3 neighbors)
  • Bit 3 - should the cell spring to life? (if it has exactly 3 neighbors)

Other bits are disconnected.

License

Copyright (C) 2022, Uri Shaked. License: MIT or Apache version 2.0.

About

Tiny Tapeout Game of Life Cell Logic (population count)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published