TWiki
>
P1076/Ballots Web
>
CollectedRequirements
>
P1076BallotsInterfaceAndBundleEnhancements
>
UCVHDL200xFT17CompositeInterfaceMode
(revision 2) (raw view)
Edit
Attach
---+ 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>
Edit
|
Attach
|
P
rint version
|
H
istory
:
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r1 - 2016-11-15 - 18:23:42 -
TWikiGuest
P1076/Ballots
Log In
or
Register
P1076/Ballots 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