URL
https://opencores.org/ocsvn/tinycpu/tinycpu/trunk
Subversion Repositories tinycpu
[/] [tinycpu/] [trunk/] [src/] [tinycpu.vhd] - Rev 15
Go to most recent revision | Compare with Previous | Blame | View Log
library IEEE; use IEEE.STD_LOGIC_1164.all; package tinycpu is type regdatatype is array(15 downto 0) of std_logic_vector(7 downto 0); type regwritetype is array(15 downto 0) of std_logic; end tinycpu; package body tinycpu is end tinycpu;
Go to most recent revision | Compare with Previous | Blame | View Log