Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

VHDL Example Code of Record Type

1
type <record_name> is record
2
  -- We declare all the elements which make up the record here
3
  <element_name> : <type>;
4
end record <record_name>;
Source by www.fpgatutorial.com #
 
PREVIOUS NEXT
Tagged: #VHDL #Example #Code #Record #Type
ADD COMMENT
Topic
Name
8+2 =