URL
https://opencores.org/ocsvn/opencpu32/opencpu32/trunk
Subversion Repositories opencpu32
[/] [opencpu32/] [trunk/] [hdl/] [opencpu32/] [pkgOpenCPU32.vhd] - Rev 5
Go to most recent revision | Compare with Previous | Blame | View Log
--! @file --! @brief 2:1 CPU global Definitions --! Use standard library library IEEE; use IEEE.STD_LOGIC_1164.all; package pkgOpenCPU32 is --! Declare constants, enums, functions used by the design constant nBits : integer := 32; end pkgOpenCPU32; --! Define functions or procedures package body pkgOpenCPU32 is end pkgOpenCPU32;
Go to most recent revision | Compare with Previous | Blame | View Log