shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
As far as I know, a VHDL package is defined as follows :
What is the section in red for?
What is the section in red for?
Code:
package some_package is
[COLOR="#FF0000"]-- but what is this region for...?[/COLOR]
end package some_package ;
package body some_package is
-- I know that this region contains function prototypes for example
end package body some_package ;