OpenCores
URL https://opencores.org/ocsvn/tinycpu/tinycpu/trunk

Subversion Repositories tinycpu

[/] [tinycpu/] [trunk/] [src/] [tinycpu.vhd] - Rev 13

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;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.