⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 start_re.vhd

📁 破解des算法的程序
💻 VHD
📖 第 1 页 / 共 2 页
字号:
end process SEARCH_IN10_PR;--------------------------------------------------------------------------------SEARCH_IN11_PR: process(SEARCH_RST_N_11, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_11 = '0') then	SEARCH_IN_REG(11) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "10011111")) then	SEARCH_IN_REG(11) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN11_PR;--------------------------------------------------------------------------------SEARCH_IN12_PR: process(SEARCH_RST_N_12, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_12 = '0') then	SEARCH_IN_REG(12) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "10100111")) then	SEARCH_IN_REG(12) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN12_PR;--------------------------------------------------------------------------------SEARCH_IN13_PR: process(SEARCH_RST_N_13, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_13 = '0') then	SEARCH_IN_REG(13) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "10101111")) then	SEARCH_IN_REG(13) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN13_PR;--------------------------------------------------------------------------------SEARCH_IN14_PR: process(SEARCH_RST_N_14, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_14 = '0') then	SEARCH_IN_REG(14) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "10110111")) then	SEARCH_IN_REG(14) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN14_PR;--------------------------------------------------------------------------------SEARCH_IN15_PR: process(SEARCH_RST_N_15, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_15 = '0') then	SEARCH_IN_REG(15) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "10111111")) then	SEARCH_IN_REG(15) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN15_PR;--------------------------------------------------------------------------------SEARCH_IN16_PR: process(SEARCH_RST_N_16, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_16 = '0') then	SEARCH_IN_REG(16) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "11000111")) then	SEARCH_IN_REG(16) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN16_PR;--------------------------------------------------------------------------------SEARCH_IN17_PR: process(SEARCH_RST_N_17, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_17 = '0') then	SEARCH_IN_REG(17) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "11001111")) then	SEARCH_IN_REG(17) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN17_PR;--------------------------------------------------------------------------------SEARCH_IN18_PR: process(SEARCH_RST_N_18, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_18 = '0') then	SEARCH_IN_REG(18) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "11010111")) then	SEARCH_IN_REG(18) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN18_PR;--------------------------------------------------------------------------------SEARCH_IN19_PR: process(SEARCH_RST_N_19, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_19 = '0') then	SEARCH_IN_REG(19) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "11011111")) then	SEARCH_IN_REG(19) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN19_PR;--------------------------------------------------------------------------------SEARCH_IN20_PR: process(SEARCH_RST_N_20, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_20 = '0') then	SEARCH_IN_REG(20) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "11100111")) then	SEARCH_IN_REG(20) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN20_PR;--------------------------------------------------------------------------------SEARCH_IN21_PR: process(SEARCH_RST_N_21, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_21 = '0') then	SEARCH_IN_REG(21) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "11101111")) then	SEARCH_IN_REG(21) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN21_PR;--------------------------------------------------------------------------------SEARCH_IN22_PR: process(SEARCH_RST_N_22, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_22 = '0') then	SEARCH_IN_REG(22) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "11110111")) then	SEARCH_IN_REG(22) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN22_PR;--------------------------------------------------------------------------------SEARCH_IN23_PR: process(SEARCH_RST_N_23, WRB)--------------------------------------------------------------------------------begin   if (SEARCH_RST_N_23 = '0') then	SEARCH_IN_REG(23) <= '0';elsif (WRB'event and WRB= '1') thenif ((CHIP_EN = '1') and (ADDSEL2 = '0') and (ADDR = "11111111")) then	SEARCH_IN_REG(23) <= DATAI(0);end if;  end if;  ----------------------------------------------------------------end process SEARCH_IN23_PR;----------------------------------------------------------------SEARCH_RST_N_0  <= RST_N and not(CLEAR_SEARCH(0));SEARCH_RST_N_1  <= RST_N and not(CLEAR_SEARCH(1));SEARCH_RST_N_2  <= RST_N and not(CLEAR_SEARCH(2));SEARCH_RST_N_3  <= RST_N and not(CLEAR_SEARCH(3));SEARCH_RST_N_4  <= RST_N and not(CLEAR_SEARCH(4));SEARCH_RST_N_5  <= RST_N and not(CLEAR_SEARCH(5));SEARCH_RST_N_6  <= RST_N and not(CLEAR_SEARCH(6));SEARCH_RST_N_7  <= RST_N and not(CLEAR_SEARCH(7));SEARCH_RST_N_8  <= RST_N and not(CLEAR_SEARCH(8));SEARCH_RST_N_9  <= RST_N and not(CLEAR_SEARCH(9));SEARCH_RST_N_10 <= RST_N and not(CLEAR_SEARCH(10));SEARCH_RST_N_11 <= RST_N and not(CLEAR_SEARCH(11));SEARCH_RST_N_12 <= RST_N and not(CLEAR_SEARCH(12));SEARCH_RST_N_13 <= RST_N and not(CLEAR_SEARCH(13));SEARCH_RST_N_14 <= RST_N and not(CLEAR_SEARCH(14));SEARCH_RST_N_15 <= RST_N and not(CLEAR_SEARCH(15));SEARCH_RST_N_16 <= RST_N and not(CLEAR_SEARCH(16));SEARCH_RST_N_17 <= RST_N and not(CLEAR_SEARCH(17));SEARCH_RST_N_18 <= RST_N and not(CLEAR_SEARCH(18));SEARCH_RST_N_19 <= RST_N and not(CLEAR_SEARCH(19));SEARCH_RST_N_20 <= RST_N and not(CLEAR_SEARCH(20));SEARCH_RST_N_21 <= RST_N and not(CLEAR_SEARCH(21));SEARCH_RST_N_22 <= RST_N and not(CLEAR_SEARCH(22));SEARCH_RST_N_23 <= RST_N and not(CLEAR_SEARCH(23)); SEARCH_IN 	<= SEARCH_IN_REG;--------------------------------------------------------------------------------end beh;--------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -