Verilog Vector and Arrays

Learning stuff 2013. 2. 13. 13:58

오늘 누가 물었는데 갑자기 생각하니까 헷깔리더라고

 

- Arrays, Vectors and Memories

Verilog supports three similar data structure : Arrays, Vectors, Memories.

Arrays : objects of same type.

Vectors : represent multi-bit busses

Memories : array of vector reg

 

 

 

 

'Learning stuff' 카테고리의 다른 글

H.264/AVC Prediction_1  (0) 2013.02.15
H.264/AVC intro  (2) 2013.02.14
verilog inout  (2) 2013.01.30
SRAM timing diagram  (0) 2013.01.30
SIMD  (0) 2013.01.29