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

Subversion Repositories quark

[/] [quark/] [trunk/] [05_HDLConstruction/] [01_OldArchitecture_ReferenceOnly/] [ControlUnit/] [DecodeUnit/] [DecodeUnit.vh] - Blame information for rev 10

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 progman32
////////////////////////////////////////////////
2
// @file  DecodeUnit.vh
3
// @brief Decode Unit Definitions
4
// @date  9/28/2014
5
////////////////////////////////////////////////
6
 
7
`ifndef _DECODEUNIT_VH_
8
  `define _DECODEUNIT_VH_
9
 
10
  /*
11
   ****************************
12
   * Define Decode SM States.
13
   ****************************
14
   */
15
 
16
  `define Decode         8'h00
17
  `define RequestExecute 8'h01
18
  `define WaitExecute    8'h02
19
  `define WaitRequest    8'h03
20
  `define ResetDecodeSM  8'h04
21
 
22
  /*
23
   ****************************
24
   * Define Registers
25
   ****************************
26
   */
27
 
28
  `define rega 8'h00
29
  `define regb 8'h01
30
  `define regc 8'h02
31
  `define regx 8'h03
32
  `define regy 8'h04
33
  `define regz 8'h05
34
 
35
`endif
36
 
37
////////////////////////////////////////////////
38
// EOF
39
////////////////////////////////////////////////

powered by: WebSVN 2.1.0

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