代码搜索:串行闪存

找到约 5,515 项符合「串行闪存」的源代码

代码结果 5,515
www.eeworm.com/read/162008/10346922

txt crc-8串行输入.txt

library ieee; use ieee.std_logic_1164.all; entity crc is port(clk,s_in,reset:in std_logic; q:out std_logic_vector(7 downto 0)); end crc; architecture crc_arch of crc is signal t1,t2,t3:s