mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
When a black-box item requests a specific footprint, we need to read a file (<footprint>.fp) that contains the actual details about that footprint. Support parse of that file and use the loaded Element to generate the footprint for the item.
114 lines
1.5 KiB
Plaintext
114 lines
1.5 KiB
Plaintext
# Lines that start with '#' are comments.
|
|
#
|
|
# This file is for the development branch of Icarus Verilog.
|
|
#
|
|
# The following files will be ignored by git.
|
|
|
|
# Normal editor rules
|
|
*.swp
|
|
*~
|
|
|
|
# Top level generic files
|
|
tags
|
|
TAGS
|
|
cscope.*
|
|
*.patch
|
|
|
|
# Object files and libraries
|
|
*.[oa]
|
|
|
|
gmon*.out
|
|
gmon*.txt
|
|
|
|
# From autoconf
|
|
configure
|
|
config.log
|
|
config.status
|
|
Makefile
|
|
|
|
/_pli_types.h
|
|
config.h
|
|
/tgt-pcb/pcb_config.h
|
|
/tgt-pcb/fp.cc
|
|
/tgt-pcb/fp.h
|
|
/tgt-pcb/fp.output
|
|
/tgt-pcb/fp_lex.cc
|
|
/tgt-vvp/vvp_config.h
|
|
/tgt-vhdl/vhdl_config.h
|
|
/vpi/vpi_config.h
|
|
stamp-*-h
|
|
/version.h
|
|
/version_tag.h
|
|
|
|
# Directories
|
|
autom4te.cache
|
|
dep
|
|
|
|
# Compiler back end and library files
|
|
/tgt-vvp/*.conf
|
|
*.tgt
|
|
*.vpi
|
|
/cadpli/cadpli.vpl
|
|
|
|
# lex, yacc and gperf output
|
|
/driver/cflexor.c
|
|
/driver/cfparse.c
|
|
/driver/cfparse.h
|
|
/driver/cfparse.output
|
|
|
|
/ivlpp/lexor.c
|
|
|
|
/vhdlpp/lexor.cc
|
|
/vhdlpp/lexor_keyword.cc
|
|
/vhdlpp/parse.cc
|
|
/vhdlpp/parse.h
|
|
/vhdlpp/parse.output
|
|
/vhdlpp/vhdlpp_config.h
|
|
/vhdlpp/vhdlpp
|
|
|
|
/lexor.cc
|
|
/lexor_keyword.cc
|
|
/parse.cc
|
|
/parse.h
|
|
/parse.output
|
|
/syn-rules.cc
|
|
/syn-rules.output
|
|
|
|
/vpi/sdf_lexor.c
|
|
/vpi/sdf_parse.c
|
|
/vpi/sdf_parse.h
|
|
/vpi/sdf_parse.output
|
|
/vpi/sys_readmem_lex.c
|
|
/vpi/table_mod_lexor.c
|
|
/vpi/table_mod_parse.c
|
|
/vpi/table_mod_parse.h
|
|
/vpi/table_mod_parse.output
|
|
|
|
/vvp/dump.*
|
|
/vvp/lexor.cc
|
|
/vvp/parse.cc
|
|
/vvp/parse.h
|
|
/vvp/parse.output
|
|
|
|
# Program created files
|
|
/vvp/tables.cc
|
|
|
|
/iverilog-vpi.man
|
|
/driver-vpi/res.rc
|
|
/driver/iverilog.man
|
|
/vvp/vvp.man
|
|
|
|
# The executables.
|
|
*.exe
|
|
/driver/iverilog
|
|
/iverilog-vpi
|
|
/ivl
|
|
/ivlpp/ivlpp
|
|
/vvp/vvp
|
|
|
|
/ivl.exp
|
|
/vvp/vvp.exp
|
|
|
|
# Check output
|
|
/check.vvp
|