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

Subversion Repositories ourisc

[/] [ourisc/] [trunk/] [rtl/] [packages/] [flags.vhd] - Rev 5

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

--
--	Package File Template
--
--	Purpose: This package defines supplemental types, subtypes, 
--		 constants, and functions 
--
--   To use any of the example code shown below, uncomment the lines and modify as necessary
--
 
library ieee;
use ieee.std_logic_1164.all;
 
package flags is
	constant equals :	std_logic_vector (3 downto 0) := "0001";
	constant above :	std_logic_vector (3 downto 0) := "0010";
	constant overflow :	std_logic_vector (3 downto 0) := "0100";
	constant error :	std_logic_vector (3 downto 0) := "1000";
end flags;

Go to most recent revision | 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.