Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

faum-gen-vhdl(1) [debian man page]

FAUM-GEN-VHDL(1)					       Reference Information						  FAUM-GEN-VHDL(1)

NAME
faum-gen-vhdl - Compile a simple wait/action script into VHDL code SYNOPSIS
faum-gen-vhdl { input-file } [ resourcedir ] DESCRIPTION
faum-gen-vhdl compiles a simple wait/action script into VHDL code and outputs it on stdout. OPTIONS
input-file input-file should be a valid generate file, which contains sequential commands from which a VHDL file with the corresponding user behaviour will get generated. resourcedir With resourcedir a directory can be specified, where resources like screenshots reside. resourcedir will be added to the lookup path, which always contains the current working directory as first element. BUGS
Please report all bugs to info@faumachine.org[1]. SEE ALSO
faum-node-pc(1) AUTHOR
This manual page was written by the FAUmachine Team[1]. CONTACT
Webpage[2] Project Team[1] AUTHOR
FAUmachine team COPYRIGHT
Copyright (C) 2000-2009 FAUmachine team. Developed at Friedrich Alexander University Erlangen-Nuremberg. FAUmachine comes with ABSOLUTELY NO WARRANTY. FAUmachine is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See COPYING for details. NOTES
1. info@faumachine.org mailto:info@faumachine.org 2. Webpage http://www.faumachine.org/ FAUmachine 06/21/2012 FAUM-GEN-VHDL(1)

Check Out this Related Man Page

FAUM-MERGECOW(1)					       Reference Information						  FAUM-MERGECOW(1)

NAME
faum-mergecow - Tool for merging copy-on-write files SYNOPSIS
faum-mergecow media-basefile DESCRIPTION
faum-mergecow lets you merge the changes recorded in the copy-on-write file with the data on the (untouched, because of copy-on-write) original media. This can be useful for testing first with copy-on-write and then finalizing everything by merging the changes back into the original media. The first parameter is the filename of the original media. The map file and the copy-on-write data will be found by appending .map and .cow. (usually this will be ide-#/unit-#/media in your virtual machine directory). The second parameter file is the name of the file which will contain the merged data. This file can directly be used as media for virtual machines. Make sure there is enough room on your filesystem for this file! BUGS
Please report all bugs to info@faumachine.org[1]. SEE ALSO
faum-node-pc(1) AUTHOR
This manual page was written by the FAUmachine Team[1]. CONTACT
Webpage[2] Project Team[1] AUTHOR
FAUmachine team COPYRIGHT
Copyright (C) 2000-2009 FAUmachine team. Developed at Friedrich Alexander University Erlangen-Nuremberg. FAUmachine comes with ABSOLUTELY NO WARRANTY. FAUmachine is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See COPYING for details. NOTES
1. info@faumachine.org mailto:info@faumachine.org 2. Webpage http://www.faumachine.org/ FAUmachine 06/21/2012 FAUM-MERGECOW(1)
Man Page

4 More Discussions You Might Find Interesting

1. IP Networking

Where is the Default Webpage

I have SCO OpenServer 5 connected to the Internet and I would like to change the webpage that appears when I try from another computer the address: http://192.1xx.xx.xx. If I try this, a page about SCO appears, but I don't know where can I find it. Thanks:cool: (1 Reply)
Discussion started by: SuPeRbYtE
1 Replies

2. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

3. UNIX for Dummies Questions & Answers

Named Pipes

hi, i am working on a script for oracle export, m using a parameter file... i want to compress the dump file that is generated.. in my script following is the code i have written. i am not able to generata .gz file mknod /tmp/exp_tesd1_pipe p gzip -cNf... (4 Replies)
Discussion started by: saharookiedba
4 Replies

4. Shell Programming and Scripting

sed and awk to find pattern and add priffix

Original File Server1|poweredOn|268401| Server1/Server1.vmx|Red Hat Enterprise Linux 5 (64-bit) Need Output Server1|poweredOn|DR|T1|268401| Server1/Server1.vmx|Red Hat Enterprise Linux 5 (64-bit) Conduction to check find the string "SFCHT1" and "SR" and add prefix has... (4 Replies)
Discussion started by: ranjancom2000
4 Replies