Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
VHDL
stumped on syntax yet again!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Shannon, post: 3521822"] Thanks for the help Mike. I guess I still don't understand. I tried googling for "anonymous subtype" but I didn't find any helpful information. I tried declaring a subtype by doing: subtype hwid_type IS STD_LOGIC_VECTOR(7 DOWNTO 0); and then: TYPE reg_type IS ARRAY (0 TO NUM_REGS-1) OF hwid_type; SIGNAL data_in : hwid_type; That didn't change anything so I'm obviously not understanding the term "anonymous subtype". Any hints? Shannon [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
VHDL
stumped on syntax yet again!
Top