Skip to content

Copy Verilog source files and all 'included' dependencies.

License

Notifications You must be signed in to change notification settings

bmartini/cpvdep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpvdep

Copy Verilog source files and all "included" dependencies.

Description

The script takes two mandatory arguments. The first is the path name location of the Verilog file to be copied. The second is the destination directory into which the files will be copied.

The source file will be processed by first being copied to the destination. It will then be read and any files that have been added via an 'include' macro will be recursively searched for and if found, copied and processed.

The end result will be the Verilog file and all its 'included' dependencies will be copied to the destination directory.

About

Copy Verilog source files and all 'included' dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages