std_logic_vector or bit_vector?

X

Xin Xiao

Guest
What's the difference between std_logic_vector and bit_vector? When to use
one or the other? I'm coding a multiplier array (2 operands of 8 bits), what
type should I use?

Discuss,

Xiao
 
Xin Xiao wrote:
What's the difference between std_logic_vector and bit_vector? When to
use one or the other? I'm coding a multiplier array (2 operands of 8
bits), what type should I use?
numeric_std.unsigned

Google,

http://groups.google.com/groups/search?q=numeric_std+bit+vector
 

Welcome to EDABoard.com

Sponsor

Back
Top