if ステートメントで整数値とバイナリ値を比較できますか。つまり、次のような比較ステートメントがあります。
if(o_remainder=remainder and o_quotient=quotient)
ここでo_remainder
、 とo_quotient
は 型std_logic_vector
であり、remainder
とquotient
は 型integer
です。
if ステートメントで整数値とバイナリ値を比較できますか。つまり、次のような比較ステートメントがあります。
if(o_remainder=remainder and o_quotient=quotient)
ここでo_remainder
、 とo_quotient
は 型std_logic_vector
であり、remainder
とquotient
は 型integer
です。