- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
variable set_10_external : STD_LOGIC;
declaration error, variable declared outside subprogram or process must be shared variable already declared a variable, got error, isn't it shared variablearchitecture syn of Transmit2 is
variable set_10_external : STD_LOGIC;
begin
H1:tether2 port map (
set_10 => set_10_external, --: IN STD_LOGIC;
...
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
finally i use signal , passed

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page