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

📄 bancregistre.vhdl

📁 source and benchmark test for the registery parts of a RISC processor
💻 VHDL
字号:
LIBRARY ieee;library	ieee;use ieee.std_logic_1164.all;  use ieee.std_logic_arith.all;			   use ieee.std_logic_unsigned.all;   entity reg_file isport(	clk:	   in std_logic;                        --Horloge      rst:	   in std_logic;                        --reset            acc_out:out std_logic_vector(15 downto 0);--sortie de l'accumulateur      acc_ce:	in std_logic;                     --enable accumulateur            pc_out:	 out std_logic_vector(15 downto 0); --sortie de pc		rpc_ce:	in std_logic;		pc_ce:	 in std_logic;		                     		rx_num:	in std_logic_vector(5 downto 0);--Bus de 6 bits pour selectionner le registre				rx_ce:	 in std_logic;                      --enable registre x		rx_out: out std_logic_vector(15 downto 0);--sortie de registre rx				din:    in std_logic_vector(15 downto 0)     --entr

⌨️ 快捷键说明

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