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

FAUHDLI(1)							  [FIXME: manual]							FAUHDLI(1)

NAME
fauhdli - Interprete intermediate code that was generated from fauhdlc. SYNOPSIS
fauhdli [ --debug ] { --simulate top-entity } [ --output vcd-file ] [ --trace entity ...] { input-file } DESCRIPTION
fauhdli is an interpreter for the intermediate code files that result from the VHDL compiler fauhdlc. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -d, --debug Enable debugging, which will print out line numbers for each intermediate code line that is processed. -s, --simulate top-entity Use top-entity as start of the simulation, e.g."work:test_bench". -o, --output vcd-file Output the signal changes into vcd-file. The result can be viewed with gtkwave. -t, --trace entity Trace all signals in entity. Use in conjunction with -o. May be specified more than once. SEE ALSO
fauhdlc(1) CONTACT
Please report all bugs to FAUmachine Team info@faumachine.org. FAUmachine/fauhdlc Homepage[1]. AUTHOR
FAUmachine Team COPYRIGHT
Copyright (C) 2009 FAUmachine Team Developed at Friedrich Alexander University Erlangen-Nuremberg. FAUhdlc comes with ABSOLUTELY NO WARRANTY. FAUhdlc 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. FAUmachine/fauhdlc Homepage http://www.faumachine.org FAUmachine Team 08/12/2011 FAUHDLI(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