Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vhelper

verilog helpful function

Usage

from vhelper import get_module_name
import nlpertools

code = nlpertools.readtxt_string(r"a23_coprocessor_7459_8_1_1.sv")
module_name = get_module_name(code)

# simulate
from vhelper import IverilogSoftware
iverilog = IverilogSoftware()
iverilog.sim()

About

verilog helpful function

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages