Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vcd2fst(1) [debian man page]

VCD2FST(1)							Filetype Conversion							VCD2FST(1)

NAME
vcd2fst - Converts VCD files to FST files SYNTAX
vcd2fst [option]... [VCDFILE] [FSTFILE] DESCRIPTION
Converts VCD files to FST files. OPTIONS
-v,--vcdname <filename> Specify VCD input filename. -f,--fstname <filename> Specify FST output filename. -F,--fastpack Indicates that fastlz should be used instead of gzip for block data. -c,--compress Indicates that the entire file should be run through gzip on close. This results in much smaller files at the expense of a one-time decompression penalty on file open during reads. -p,--parallel Indicates that parallel mode should be enabled. This spawns a worker thread to continue with FST block processing while conversion continues on the main thread for new FST block data. -h,--help Show help screen. EXAMPLES Note that you should specify dumpfile.vcd directly or use "-" for stdin. vcd2fst dumpfile.vcd dumpfile.fst --compress This indicates that the FST file should be post-compressed on close. AUTHORS
Anthony Bybell <bybell@rocketmail.com> SEE ALSO
fst2vcd(1) vcd2lxt(1) vcd2lxt2(1) lxt2vcd(1) vcd2vzt(1) vzt2vcd(1) gtkwave(1) Anthony Bybell 3.3.35 VCD2FST(1)

Check Out this Related Man Page

RTLBROWSE(1)							   File Viewing 						      RTLBROWSE(1)

NAME
rtlbrowse - Allows hierarchical browsing of Verilog HDL sourcecode and library design files. SYNTAX
rtlbrowse <stemsfilename> DESCRIPTION
Allows hierarchical browsing of Verilog HDL sourcecode and library design files. Navigation through the hierarchy may be done by clicking open areas of the tree widget and clicking on the individual levels of hierarchy. Inside the sourcecode, selecting the module instantia- tion name by double clicking or selecting part of the name through drag-clicking will descend deeper into the RTL hierarchy. Note that it performs optional source code annotation when called as a helper application by gtkwave(1) and when the primary marker is set. Source code annotation is not available for all supported dumpfile types. It is directly available for LXT2, VZT, FST, and AET2. For VCD, use the -o,--optimize option of gtkwave(1) in order to optimize the VCD file into FST. All other dumpfile types (LXT, GHW) are unsupported at this time. EXAMPLES
To run this program the standard way type: rtlbrowse stemsfile The RTL is then brought up in a GTK tree viewer. Stems must have been previously generated with vermin(1) or some other tool capa- ble of generating compatible stemsfiles. Note that gtkwave(1) will bring up this program as a client application for sourcecode annotation. It does that by bringing up the viewer with the shared memory ID of a segment of memory in the viewer rather than using a stems filename. AUTHORS
Anthony Bybell <bybell@rocketmail.com> SEE ALSO
vermin(1) gtkwave(1) Anthony Bybell 3.3.28 RTLBROWSE(1)
Man Page

5 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

How to close a post

Hi, Pls let me know how i can close a thread if i already find answer to my question. Thanks, Am (1 Reply)
Discussion started by: am_yadav
1 Replies

2. Shell Programming and Scripting

Saving file content in arrays using AWK

Hi, im new to shell scripting. i have a query for which i have searched your forums but coulndt get what i need. i have a file that has two records of exactly the same length and format and they are comma seperated. i need to save the first and the second columns of the input file to 2 different... (11 Replies)
Discussion started by: atikan
11 Replies

3. Shell Programming and Scripting

capturing selective data from a vcd file

Hi, This is a vcd file.A vcd file may have 'n' modules. 1) I need to capture the data in bold,i.e. the module names (shown in bold) 2) Also i need to capture the data inside each individual module,say for tst_bench_top ,i need to capture data from line 4 to line 20 ... I just want one... (2 Replies)
Discussion started by: veerabahu
2 Replies

4. Shell Programming and Scripting

How to compare two files ?

Hi am just trying to compare two files data... datafile1 is standard data, datafile 2 is varying st_data.txt long lat 68.14 23.48 67.56 22.99 67.08 22.49 66.79 22.25 66.68 22.18 66.07 21.89 65.67 21.65 65.6 21.56un_std.txt long lat 75.5 10.05... (7 Replies)
Discussion started by: Akshay Hegde
7 Replies

5. Shell Programming and Scripting

Attach filename to wc results on massive number of files

Hello, I have massive number of big files that needed to be counted for the total number of lines (> 100x millions) each. I want the file name attached to the count results so that they are aligned nicely matching name and counts. I could do each file at a time, which will take hours to finish,... (8 Replies)
Discussion started by: yifangt
8 Replies