This is the command fauhdli that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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.
Use fauhdli online using onworks.net services