📚 std_logic_vector技术资料

📦 资源总数:3
💻 源代码:21263

📚 std_logic_vector全部资料 (3个)

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNS...

📅

VHDL编写的4选一数据选择器 entity mux41a is        port(a,b:in std_...

📅