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

Subversion Repositories rtf8088

[/] [rtf8088/] [trunk/] [rtl/] [verilog/] [cycle_types.v] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 robfinch
// ============================================================================
2
//  2009-2012 Robert T Finch
3
//  robfinch<remove>@opencores.org
4
// 
5
//  Bus cycle type definitions
6
//
7
//
8
// This source file is free software: you can redistribute it and/or modify 
9
// it under the terms of the GNU Lesser General Public License as published 
10
// by the Free Software Foundation, either version 3 of the License, or     
11
// (at your option) any later version.                                      
12
//                                                                          
13
// This source file is distributed in the hope that it will be useful,      
14
// but WITHOUT ANY WARRANTY; without even the implied warranty of           
15
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            
16
// GNU General Public License for more details.                             
17
//                                                                          
18
// You should have received a copy of the GNU General Public License        
19
// along with this program.  If not, see <http://www.gnu.org/licenses/>.    
20
//
21
//  Verilog 
22
//
23
// ============================================================================
24
//
25
 
26
`define CT_INTA         3'd0
27
`define CT_RDIO         3'd1
28
`define CT_WRIO         3'd2
29
`define CT_HALT         3'd3
30
`define CT_CODE         3'd4
31
`define CT_RDMEM        3'd5
32
`define CT_WRMEM        3'd6
33
`define CT_PASSIVE      3'd7

powered by: WebSVN 2.1.0

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