Home
last modified time | relevance | path

Searched +refs:vhdl +refs:packages (Results 1 – 25 of 1641) sorted by relevance

12345678910>>...66

/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue301/
H A DMakefile28 TOPLEVEL_LANG ?= vhdl
30 ifneq ($(TOPLEVEL_LANG),vhdl)
52 VHDL_SOURCES = $(SRC_BASE)/packages/pkg_helper.vhd \
53 $(SRC_BASE)/packages/pkg_param.vhd \
54 $(SRC_BASE)/packages/pkg_param_derived.vhd \
55 $(SRC_BASE)/packages/pkg_types.vhd \
56 $(SRC_BASE)/packages/pkg_components.vhd \
57 $(SRC_BASE)/packages/pkg_trellis.vhd \
H A Dtestsuite.sh5 analyze repro.vhdl
8 analyze --work=dec_viterbi packages/pkg_helper.vhd
9 analyze --work=dec_viterbi packages/pkg_param.vhd
10 analyze --work=dec_viterbi packages/pkg_param_derived.vhd
11 analyze --work=dec_viterbi packages/pkg_types.vhd
12 analyze --work=dec_viterbi packages/pkg_components.vhd
13 analyze --work=dec_viterbi packages/pkg_trellis.vhd
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/gcc/
H A Dlang.opt2 vhdl
5 vhdl Joined
9 vhdl
13 vhdl
14 Used during compiler build to compile std packages
42 ;vhdl
54 vhdl
58 vhdl
62 vhdl
69 vhdl
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/ticket89/x_ieee_proposed/src/
H A DREADME4 packages in VHDL-93. The "_c" after the package name is used to denote
9 standard_additions_c.vhdl
10 env_c.vhdl
12 std_logic_1164_additions.vhdl
13 numeric_std_additions.vhdl
14 numeric_std_unsigned_c.vhdl
15 fixed_pkg_c.vhdl
16 float_pkg_c.vhdl
149 E) numeric_std_unsigned - Simular to the "std_logic_unsigned" packages, but
163 http://www.vhdl.org/vhdl-200x/vhdl-200x-ft/packages/Fixed_ug.pdf [DEAD LINK]
[all …]
/dports/editors/kakoune/kakoune-2021.11.08/rc/filetype/
H A Dvhdl.kak5 set-option buffer filetype vhdl
10 require-module vhdl
12 hook -group vhdl-indent window InsertChar \n vhdl-indent-on-new-line
13 hook -group vhdl-indent window InsertChar \) vhdl-indent-on-closing-parenthesis
14 hook -group vhdl-insert window InsertChar \n vhdl-insert-on-new-line
20 hook -group vhdl-highlight global WinSetOption filetype=vhdl %[
21 add-highlighter window/vhdl ref vhdl
25 provide-module vhdl
63 packages="
127 …ords $(join "${values} ${units} ${predefined_attributes} ${libraries} ${packages} ${reserved_words…
[all …]
/dports/cad/freehdl/freehdl-0.0.7/
H A DREADME.v2cc22 %./gvhdl y.vhdl
43 %./gvhdl -c <module_1>.vhdl
44 %./gvhdl -c <module_2>.vhdl
46 %./gvhdl -c <module_1>.vhdl
75 compile "top.vhdl" execute:
77 %./gvhdl -c adder.vhdl
82 %./gvhdl -c adder.vhdl
86 To compile "model4.vhdl" run
125 packages is generated form the the ORIGINAL ieee VHDL source. Currently,
142 work : vhdl
[all …]
H A DREADME.vaul26 parse and type-check the IEEE std_logic_1164 packages (including
27 "arith", "signed", "unsigned", "textio", etc.), the VITAL packages
83 Basically, what you do with GNU packages:
118 The packages std.standard and std.textio.
121 The IEEE std_logic_1164 packages and the VITAL timing and
122 primitive packages.
125 Some packages and models from the Free Model Foundation.
131 analysis: packages that are mentioned in USE clauses, and entities
138 "vlib/LIB/UNIT.vhdl".
/dports/cad/lepton-eda/lepton-eda-1.9.17/utils/netlist/scheme/backend/
H A Dgnet-vhdl.scm45 (define (vhdl:get-top-port-list packages)
249 (define (vhdl:write-primary-unit module-name packages)
250 (let ((port-list (vhdl:get-top-port-list packages)))
427 packages)
429 packages)
486 (lambda (packages)
502 (lambda (packages)
526 packages)
693 (vhdl:write-architecture-statement-part packages)
718 (define (vhdl output-filename)
[all …]
/dports/cad/ghdl/ghdl-1.0.0/doc/using/
H A DInvokingGHDL.rst53 numbers, use: ``ghdl -a -g my_design.vhdl``.
307 Allow the use of synopsys non-standard packages
309 ``std_logic_textio``). These packages are
351 the vhdl standard).
522 Emit a warning if a ``/*`` appears within a block comment (vhdl 2008).
615 …created implicitly, by compiling entities (packages etc.) into it: ``ghdl -a --work=my_custom_lib …
744 library contains non standard packages such as
793 ghdl -a --ieee=synopsys bad_counter.vhdl
794 bad_counter.vhdl:13:14: operator "=" is overloaded
795 bad_counter.vhdl:13:14: possible interpretations are:
[all …]
H A DImplementationOfVHDL.rst174 ghdl -a -fpsl vhdl_design.vhdl
196 ghdl -a --std=08 vhdl_design.vhdl
226 ghdl -a --std=08 vhdl_design.vhdl vunit.psl
232 ghdl --synth --std=08 vhdl_design.vhdl vunit.psl -e vhdl_design
239 architectures, packages, package bodies, and configurations) may be
/dports/cad/geda/geda-gaf-1.8.2/gnetlist/scheme/
H A Dgnet-vhdl.scm43 (vhdl:get-matching-urefs "device" "OPAD" packages)
44 (vhdl:get-matching-urefs "device" "IOPAD" packages))))
423 (vhdl:get-unique-devices (map get-device packages))
579 (lambda (packages p)
595 (lambda (packages p)
622 packages)
632 (lambda (packages p)
635 (vhdl:get-top-level-ports packages "IPAD"))
637 (vhdl:get-top-level-ports packages "OPAD"))
639 (vhdl:get-top-level-ports packages "IOPAD"))
[all …]
/dports/cad/ghdl/ghdl-1.0.0/
H A DNEWS.md50 - all standard IEEE packages.
54 - generic packages and interface package declarations.
97 - Add `--ieee-asserts=` option to control assert messages from ieee packages.
345 - alias identifier restrictions of vhdl-02 implemented.
346 - declarative region for architecture from vhdl-02 implemented.
347 - buffer port association rules of vhdl-02 implemented.
348 - method operator restrictions of vhdl-02 implemented.
415 - VITAL 2000 packages provided.
459 - postponed handled (vhdl 93).
460 - declarations allowed in a generate statement (vhdl 93).
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue317/
H A Dmy_config.vhdl16 -- The global packages common/config and common/board evaluate the settings
21 -- "my_config.vhdl".
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug019/PoC/src/common/
H A Dmy_config.vhdl.template16 -- The global packages common/config and common/board evaluate the settings
21 -- "my_config.vhdl".
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/docs/src/
H A Ddoxygen-config-csharp.txt.cmake37 # Java. For instance, namespaces will be presented as packages, qualified
52 libsbml-core-versus-packages.txt \
82 # *.f90 *.f *.vhd *.vhdl
H A Ddoxygen-config-csharp.txt.in37 # Java. For instance, namespaces will be presented as packages, qualified
78 # *.f90 *.f *.vhd *.vhdl
/dports/biology/libsbml/libsbml-5.19.0/docs/src/
H A Ddoxygen-config-csharp.txt.cmake37 # Java. For instance, namespaces will be presented as packages, qualified
52 libsbml-core-versus-packages.txt \
82 # *.f90 *.f *.vhd *.vhdl
H A Ddoxygen-config-csharp.txt.in37 # Java. For instance, namespaces will be presented as packages, qualified
78 # *.f90 *.f *.vhd *.vhdl
/dports/cad/ghdl/ghdl-1.0.0/doc/
H A Dghdl.texi284 * VITAL packages::
312 @anchor{about intro-vhdl}@anchor{4}@anchor{about what-is-vhdl}@anchor{5}
1684 packages is defined by the VHDL standard used. See section @ref{56,,VITAL packages},
1689 Supply the former packages and the following additional packages:
1715 the vhdl standard).
3126 $ ghdl -a design.vhdl
3283 $ ghdl -a counter.vhdl
4026 $ make libs.vhdl.local_gcc # Compile the vhdl libraries
4871 @geindex vhdl to html
5656 * VITAL packages::
[all …]
H A Dindex.rst48 …* After each successful CI run of branch ``master``, packages are published as assets of pre-relea…
69 * Fixes and improved support of vhdl 2008.
/dports/devel/py-breathe/breathe-4.31.0/examples/doxygen/
H A DMakefile17 DOCDIR = $(INSTALL)/share/doc/packages/doxygen
131 mux/xml/index.xml: mux.vhdl mux.cfg
/dports/cad/ghdl/ghdl-1.0.0/libraries/ieee/
H A Dstd_logic_1164.vhdl28 -- Purpose : This packages defines a standard for designers
30 -- : used in vhdl modeling.
/dports/cad/nvc/nvc-r1.5.3/lib/ieee/
H A Dstd_logic_1164.vhdl28 -- Purpose : This packages defines a standard for designers
30 -- : used in vhdl modeling.
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.1050 packages, to handle the environment correctly.
4451 compatibility with packages that use it.
4943 Scan for packages used by package body.
4945 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
4987 Fix used packages in package body scanning.
5025 (vhdl-speedbar-expand-*): Display used packages.
5064 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
5115 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
6363 other mail packages.
16721 with the delsel and pending-del packages wrt to the new
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.1050 packages, to handle the environment correctly.
4451 compatibility with packages that use it.
4943 Scan for packages used by package body.
4945 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
4987 Fix used packages in package body scanning.
5025 (vhdl-speedbar-expand-*): Display used packages.
5064 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
5115 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
6363 other mail packages.
16721 with the delsel and pending-del packages wrt to the new
[all …]

12345678910>>...66