iverilog/vhdlpp
Maciej Suminski cd55f30a27 vhdlpp: Minor change to ScopeBase::find_constant(). 2015-02-19 17:07:41 +01:00
..
Makefile.in Basic patch from github #44 2014-11-04 11:39:01 -08:00
README.txt Spelling fixes to vhdlpp tree 2012-05-17 16:42:03 -07:00
architec.cc Rework scope types and constants so we can tell imported from local names. 2013-06-12 14:09:07 -07:00
architec.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
architec_debug.cc updated FSF-address 2012-08-29 10:12:10 -07:00
architec_elaborate.cc vhdlpp: Unnecessary comment. 2015-02-19 17:07:41 +01:00
architec_emit.cc vhdlpp: Forward typedefs. 2015-02-17 10:15:57 +01:00
compiler.cc updated FSF-address 2012-08-29 10:12:10 -07:00
compiler.h vhdlpp: Libraries are searched for subprograms during the ExpFunc elaboration. 2014-10-01 14:56:32 +02:00
debug.cc vhdlpp: Subprogram class inherits from ScopeBase. 2014-09-30 15:00:55 +02:00
entity.cc Fixed vhdlpp segfault if it processes an entity without any ports declared. 2014-08-04 20:27:21 -07:00
entity.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
entity_elaborate.cc Elaborate VHDL entity port types/expressions. 2013-06-12 14:21:35 -07:00
entity_emit.cc updated FSF-address 2012-08-29 10:12:10 -07:00
entity_stream.cc updated FSF-address 2012-08-29 10:12:10 -07:00
expression.cc vhdlpp: Support for shift operators (SRL, SRR, SRA, SLA). 2015-02-17 10:15:57 +01:00
expression.h vhdlpp: Support for shift operators (SRL, SRR, SRA, SLA). 2015-02-17 10:15:57 +01:00
expression_debug.cc vhdlpp: Support for shift operators (SRL, SRR, SRA, SLA). 2015-02-17 10:15:57 +01:00
expression_elaborate.cc vhdlpp: Type 'NATURAL' is translated to 'int unsigned'. 2015-02-19 17:07:41 +01:00
expression_emit.cc vhdlpp: to_integer() function. 2015-02-19 17:07:41 +01:00
expression_evaluate.cc vhdlpp: Support for shift operators (SRL, SRR, SRA, SLA). 2015-02-17 10:15:57 +01:00
expression_stream.cc vhdlpp: Support for shift operators (SRL, SRR, SRA, SLA). 2015-02-17 10:15:57 +01:00
ivl_assert.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
lexor.lex Add the string terminator for binary bitstrings. 2014-08-08 09:52:57 +02:00
lexor_keyword.gperf Basic patch from github #44 2014-11-04 11:39:01 -08:00
library.cc vhdlpp: Type 'NATURAL' is translated to 'int unsigned'. 2015-02-19 17:07:41 +01:00
library.h vhdlpp: Libraries are searched for subprograms during the ExpFunc elaboration. 2014-10-01 14:56:32 +02:00
main.cc vhdlpp: Libraries are searched for subprograms during the ExpFunc elaboration. 2014-10-01 14:56:32 +02:00
package.cc vhdlpp: std_logic_vector, signed & unsigned are considered global types. 2015-02-19 17:07:41 +01:00
package.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
package_emit.cc vhdlpp: Forward typedefs. 2015-02-17 10:15:57 +01:00
parse.y vhdlpp: Support for shift operators (SRL, SRR, SRA, SLA). 2015-02-17 10:15:57 +01:00
parse_api.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
parse_misc.cc vhdlpp: VTypeArray stores parent type, in case it is a subtype. 2015-02-04 16:57:43 +01:00
parse_misc.h vhdlpp: Minor cleaning, fixed copyright notices. 2014-08-25 17:29:35 +02:00
parse_types.h vhdlpp: Clone routines for Expression & VType classes. 2015-02-05 11:25:03 +01:00
parse_wrap.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
scope.cc vhdlpp: Minor change to ScopeBase::find_constant(). 2015-02-19 17:07:41 +01:00
scope.h vhdlpp: ActiveScope::is_vector_name() checks also for constants. 2015-02-19 17:07:41 +01:00
sequential.cc vhdlpp: Support for multiple choices in case statements. 2015-02-05 12:00:25 +01:00
sequential.h vhdlpp: Support for multiple choices in case statements. 2015-02-05 12:00:25 +01:00
sequential_debug.cc vhdlpp: Support for multiple choices in case statements. 2015-02-05 12:00:25 +01:00
sequential_elaborate.cc vhdlpp: Alternative way of dealing with unbounded vectors in fuctions (instances). 2015-02-05 12:00:25 +01:00
sequential_emit.cc vhdlpp: Support for multiple choices in case statements. 2015-02-05 12:00:25 +01:00
subprogram.cc vhdlpp: Alternative way of dealing with unbounded vectors in fuctions (instances). 2015-02-05 12:00:25 +01:00
subprogram.h vhdlpp: Alternative way of dealing with unbounded vectors in fuctions (instances). 2015-02-05 12:00:25 +01:00
subprogram_emit.cc vhdlpp: Elaborate and emit functions work with ScopeBase instead of Architecture. 2015-02-04 16:57:43 +01:00
vhdlint.cc updated FSF-address 2012-08-29 10:12:10 -07:00
vhdlint.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
vhdlnum.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
vhdlpp_config.h.in Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
vhdlreal.cc updated FSF-address 2012-08-29 10:12:10 -07:00
vhdlreal.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07:00
vsignal.cc vhdlpp: Variable::write_to_stream(). 2015-02-05 11:25:03 +01:00
vsignal.h vhdlpp: Variable::write_to_stream(). 2015-02-05 11:25:03 +01:00
vtype.cc vhdlpp: Type 'NATURAL' is translated to 'int unsigned'. 2015-02-19 17:07:41 +01:00
vtype.h vhdlpp: Type 'NATURAL' is translated to 'int unsigned'. 2015-02-19 17:07:41 +01:00
vtype_elaborate.cc vhdlpp: Elaborate and emit functions work with ScopeBase instead of Architecture. 2015-02-04 16:57:43 +01:00
vtype_emit.cc vhdlpp: Type 'NATURAL' is translated to 'int unsigned'. 2015-02-19 17:07:41 +01:00
vtype_match.cc Implement subprogram bodies in package bodies. 2013-06-12 14:09:07 -07:00
vtype_stream.cc vhdlpp: Type 'NATURAL' is translated to 'int unsigned'. 2015-02-19 17:07:41 +01:00

README.txt

vhdlpp COMMAND LINE FLAGS:

-D <token>
  Debug flags. The token can be:

  * yydebug | no-yydebug

  * entities=<path>

-L <path>
  Library path. Add the directory name to the front of the library
  search path. The library search path is initially empty.

-V
  Display version on stdout

-v
  Verbose: Display version on stderr, and enable verbose messages to
  stderr.

-w <path>
  Work path. This is the directory where the working directory is.


LIBRARY FORMAT:

The vhdlpp program stores libraries as directory that contain
packages. The name of the directory (in lower case) is the name of the
library as used on the "import" statement. Within that library, there
are packages in files named <foo>.pkg. For example:

    <directory>/...
       sample/...
         test1.pkg
	 test2.pkg
       bar/...
         test3.pkg

Use the "+vhdl-libdir+<directory>" record in a config file to tell
Icarus Verilog that <directory> is a place to look for libraries. Then
in your VHDL code, access packages like this:

    library sample;
    library bar;
    use sample.test1.all;
    use bar.test3.all;

The *.pkg files are just VHDL code containing only the package with
the same name. When Icarus Verilog encounters the "use <lib>.<name>.*;"
statement, it looks for the <name>.pkg file in the <lib> library and
parses that file to get the package header declared therein.