TWiki
>
P1076 Web
>
Vhdl2019CollectedRequirements
>
InterfaceAndBundleEnhancements
>
UCVHDL200xFT17CompositeInterfaceMode
(2016-01-21,
BrentHahoe
)
(raw view)
E
dit
A
ttach
---+ VHDL-200X FT-17 Composite Interface Mode ---++ Enhancement Detail: Give VHDL the ability to specify the IO mode of an element of a record. Useful for testbenches and system modeling. <verbatim> type IfRecType is record Sig1 : std_logic ; Sig2 : std_logic ; Sig3 : std_logic_vector(7 downto 0) ; Sig4 : std_logic_vector(7 downto 0) ; end record ; Mode IfRecType_Mode_Model1 : IfRecType := ( Sig1 => in, Sig2 => out, Sig3 => inout, Sig4 => in ) ; Mode IfRecType_Mode_Model2 : IfRecType := ( Sig1 => out, Sig2 => in, Sig3 => inout, Sig4 => in ) ; Entity Model1 is port ( IfRec1 : IfRecType_Model_Model1 : IfRecType ; . . . </verbatim></sticky>
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r2 - 2016-01-21 - 11:52:26 -
BrentHahoe
P1076
Log In
or
Register
P1076 Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
Webs
Main
P1076
Ballots
LCS2016_080
P10761
P1647
P16661
P1685
P1734
P1735
P1778
P1800
P1801
Sandbox
TWiki
VIP
VerilogAMS
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback