URL
https://opencores.org/ocsvn/quark/quark/trunk
Subversion Repositories quark
[/] [quark/] [trunk/] [05_HDLConstruction/] [01_OldArchitecture_ReferenceOnly/] [ControlUnit/] [DecodeUnit/] [DecodeUnit.vh] - Rev 9
Go to most recent revision | Compare with Previous | Blame | View Log
//////////////////////////////////////////////// // @file DecodeUnit.vh // @brief Decode Unit Definitions // @date 9/28/2014 //////////////////////////////////////////////// `ifndef _DECODEUNIT_VH_ `define _DECODEUNIT_VH_ /* **************************** * Define Decode SM States. **************************** */ `define Decode 8'h00 `define RequestExecute 8'h01 `define WaitExecute 8'h02 `define WaitRequest 8'h03 `define ResetDecodeSM 8'h04 /* **************************** * Define Registers **************************** */ `define rega 8'h00 `define regb 8'h01 `define regc 8'h02 `define regx 8'h03 `define regy 8'h04 `define regz 8'h05 `endif //////////////////////////////////////////////// // EOF ////////////////////////////////////////////////
Go to most recent revision | Compare with Previous | Blame | View Log