Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack with Register File

Implementation of a stack using Verilog hardware definitions. The circuit diagram is available in the resources folder with progress reports.

Building the code

This command generated the VCD file for viewing on GTKWave.

iverilog stack4.v -o stack4 reg.v lib.v alu.v tb_stack4_el.v && vvp stack4

This command is to open GTKWave.

gtkwave tb_stack4.vcd

About

Implementation of a stack using Verilog hardware definitions.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages