Skip to content

gleissen/verylog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verylog

Instructions

First copy the configuration-skeleton.sh file into configuration.sh, and fill the missing parts.

Command Line Options

verylog [options] <verilog file>

verylog options:
  --just-ir
      Just generate the IR file and print it
  --just-vcgen
      Just generate the file that will be fed to qarmc and print it
  --no-interpreter
      Build the sicstus program rather than interpreting it
  -h, --help
      Prints this help

parser options:
  -M <toplevel module name>
      When the verilog file contains multiple modules, this is used to denote the toplevel one

Example

./verylog -M stalling_cpu examples/verilog/stall.v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages