logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fauhdli - Interprete intermediate code that was generated from fauhdlc.

Author

FAUmachineTeam

Contact

       Please report all bugs to FAUmachine Team <info@faumachine.org>.  FAUmachine/fauhdlcHomepage[1].

Description

fauhdli is an interpreter for the intermediate code files that result from the VHDL compiler fauhdlc.

Name

       fauhdli - Interprete intermediate code that was generated from fauhdlc.

Notes

        1. FAUmachine/fauhdlc Homepage
           http://www.faumachine.org

FAUmachine Team                                    07/14/2020                                         FAUHDLI(1)

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, --simulatetop-entity
           Use top-entity as start of the simulation, e.g."work:test_bench".

       -o, --outputvcd-file
           Output the signal changes into vcd-file. The result can be viewed with gtkwave.

       -t, --traceentity
           Trace all signals in entity. Use in conjunction with -o. May be specified more than once.

See Also

fauhdlc(1)

Synopsis

fauhdli [ --debug ] { --simulatetop-entity } [ --outputvcd-file ] [ --traceentity ...] { input-file }

See Also