iverilog/vhdlpp
Stephen Williams ab8f623cea Add file/line information to entities and ports
Include the compiler infrastructure to vhdlpp for collecting the
file and line information and attaching it to entities and ports.
Make the parser store the file name during parse.

Create a libmisc library where I can put source files that are
used by multiple programs within the source tree.
2011-01-18 17:03:51 -08:00
..
Makefile.in Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
compiler.cc Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
compiler.h Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
entity.cc Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
entity.h Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
entity_elaborate.cc Save the type name if an InterfacePort object. 2011-01-18 17:03:51 -08:00
lexor.lex Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
lexor_keyword.gperf Parse create entities with ports 2011-01-18 17:03:51 -08:00
main.cc Emit Verilog stubs for entities 2011-01-18 17:03:51 -08:00
parse.y Add file/line information to entities and ports 2011-01-18 17:03:51 -08:00
parse_api.h Parse create entities with ports 2011-01-18 17:03:51 -08:00
parse_wrap.h Parse create entities with ports 2011-01-18 17:03:51 -08:00
vhdlpp_config.h.in Introduce shell of vhdlpp program. 2011-01-18 17:03:51 -08:00