Skip to content

Twopothead/iverilogTest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This is an example for using icarus to compile verilog file and anslyse the wave with gtkwave
requrement:
    icarus verilog
    gtkwave
install:
    make
    gtkwave tb.lxt
notice:
    $dumpfile
    $dumpvars
    $dumpflush
    these three statement must be added in the testbech file,inorder to ayalyse the wave with gtkwave;

About

An example for using icarus and gtkwave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 89.9%
  • Makefile 10.1%