141 XLS: 8-bit counter

141 : 0b 010 001 101 : XLS: 8-bit counter

Select Project 1 2 3 4 5 6 7 8 9 ON SW2
  • Author: proppy
  • Description: Increment output bits
  • GitHub repository
  • HDL project
  • Extra docs
  • Clock: 10 Hz
  • External hardware: LEDs, pull-up/down resistors

picture

How it works

Implement a simple counter using https://google.github.io/xls/tutorials/intro_to_procs/

How to test

Set the reset bit once, toggle the clock once, unset the reset bit and keep toggling the clock

IO

# Input Output
0 clock count0
1 reset count1
2 none count2
3 none count3
4 none count4
5 none count5
6 none count6
7 none count7