T.I.M | Hardware Documentation
 All Classes Namespaces Files Functions Variables
common.vhdl
Go to the documentation of this file.
1 
8 
9 library ieee;
10 use IEEE.STD_LOGIC_1164.ALL;
11 use IEEE.numeric_std.ALL;
12 
14 package tim_common is
15 
17  constant opcode_length : integer := 6;
18 
20  constant word_width : integer := 32;
21 
23  constant condition_length : integer := 2;
24 
25 end package;
integer :=6 opcode_length
The number of bits used to represent an instruction opcode.
Definition: common.vhdl:17
Package header for all constants, functions and types used in TIM.
Definition: common.vhdl:14
integer :=32 word_width
The number of bits used to represent a single word in memory.
Definition: common.vhdl:20
integer :=2 condition_length
The number of bits used to represent an instruction's condition code.
Definition: common.vhdl:23