Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vermin(1) [debian man page]

VERMIN(1)							Verilog Compilation							 VERMIN(1)

NAME
vermin - Parses and processes Verilog HDL files SYNTAX
vermin [VERILOGFILE]... [option]... DESCRIPTION
Parses Verilog HDL files for use by other tools. The Verilog grammar used is 1364-1995. OPTIONS
-h[elp] Prints out help screen. -emitmono fname Emit monolithic (parser view of) file to fname. -emitstems Emit source code stems to stdout. -emitvars Emit source code variables to stdout. -Dx=y Equivalent to `define X Y in source. +define+x=y Equivalent to `define X Y in source. +incdir+dirname Add dirname to include search path. +libext+ext Add ext to filename when searching for files. -pragma name Add name (synopsys, verilint, vertex) to accepted pragmas. Note that "vertex" is for legacy reasons; the executable name has since changed to avoid name clashes with an existing 3D modeling program. -y dirname Add directory dirname to source input path. -yi dirname Add directory dirname to source input path (case insensitive search). -f filename Insert args from filename. Does not work recursively. EXAMPLES
The following indicates that the library extension is .v and that the include directory is the current working directory and that the library directory is also the current working directory. Stems generation is enabled to generate a stems file for use with other tools. Various compile-time defines are also defined on the command line. vermin XYZ450AC6V1.v -emitstems -y . +incdir+. +libext+.v -DUTLB_OutputData=0 -D__PORTALS_VERILOG__ AUTHORS
Anthony Bybell <bybell@rocketmail.com> SEE ALSO
rtlbrowse(1) gtkwave(1) Anthony Bybell 0.1.1 VERMIN(1)

Check Out this Related Man Page

mvdir(1M)						  System Administration Commands						 mvdir(1M)

NAME
mvdir - move a directory SYNOPSIS
/usr/sbin/mvdir dirname name DESCRIPTION
mvdir moves directories within a file system. dirname must be a directory. If name does not exist, it will be created as a directory. If name does exist, and is a directory, dirname will be created as name/dirname. dirname and name may not be on the same path; that is, one may not be subordinate to the other. For example: example% mvdir x/y x/z is legal, but example% mvdir x/y x/y/z is not. OPERANDS
dirname The name of the directory that is to be moved to another directory in the filesystem. name The name of the directory into which dirname is to be moved. If name does not exist, it will be created. It may not be on the same path as dirname. USAGE
See largefile(5) for the description of the behavior of mvdir when encountering files greater than or equal to 2 Gbyte ( 2**31 bytes). EXIT STATUS
0 Successful operation. >0 Operation failed. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
mkdir(1), mv(1), attributes(5), largefile(5) SunOS 5.10 14 Mar 1997 mvdir(1M)
Man Page

4 More Discussions You Might Find Interesting

1. Programming

ls command source code

Hi all, I want to know how ls was implemented in linux.; How to view the source code? filename/sitename...? thanks (1 Reply)
Discussion started by: linuxer_rh
1 Replies

2. UNIX for Dummies Questions & Answers

extracting only the filename without its extenstion

Hi, I have a requirement that i need to store only the filename without its extension. Can anyone please help me to do this. For Example, i have stored the filename in a varialble called fname. I need to extract all the charecters before the first occurence of the dot. If fname has value... (3 Replies)
Discussion started by: lotus123
3 Replies

3. UNIX for Dummies Questions & Answers

File name swap

I'm trying to write a shell script that accepts two file extensions as command line arguments and renames all files with the first extension within the current working directory to have the second extension instead. The script should print out error messages as is appropriate if there is any... (1 Reply)
Discussion started by: asianmike
1 Replies

4. UNIX for Beginners Questions & Answers

Add part of pathname/subfolder name to beginning of filename

Hello everyone, I need some help renaming files. I have a directory with a bunch of subfolders in it like so with DWI being the working directory and the 3 levels after it being subdirectories home/user/Documents/DWI/111180-100/3t_2016-01-07_21-42/003_DTI_siemens_TClessdistort/dtifit_FA.nii.gz... (8 Replies)
Discussion started by: azurite
8 Replies