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

Subversion Repositories tinycpu

[/] [tinycpu/] [trunk/] [src/] [tinycpu.vhd] - Blame information for rev 14

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 earlz
 
2
library IEEE;
3
use IEEE.STD_LOGIC_1164.all;
4
 
5
package tinycpu is
6
 
7
        type regdatatype is array(15 downto 0) of std_logic_vector(7 downto 0);
8
        type regwritetype is array(15 downto 0) of std_logic;
9
 
10
end tinycpu;
11
 
12
package body tinycpu is
13
 
14
 
15
end tinycpu;

powered by: WebSVN 2.1.0

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