Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VHDLの「or_reduce」関数の機能は何ですか?
crazyscot は非常に正しいです。ここに正確があります:
を取りstd_logic_vector、VHDLOR演算子を使用して、またはすべてのビットをまとめた結果を返します。したがって、ベクトルに 、 などがある場合X、ZこれらUの「最強」が返されます。
std_logic_vector
OR
X
Z
U