Nado15 / Tri-State-Buffer-Bus

Educational example of a tri-state buffer bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple tri_state buffer bus

This small repository contains an educational example of a tri_state buffer bus in Verilog. The bus can be read and written by 3 components (but only one at a time), depending on which tri-state buffer is enabled. Waveform and the structure of the module can be seen in the photo.

To run the code:

$ make

Dependencies: iverilog and gtkwave

Architecture

Waveform

About

Educational example of a tri-state buffer bus


Languages

Language:Verilog 89.2%Language:Makefile 10.8%