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

Subversion Repositories dma_axi

[/] [dma_axi/] [trunk/] [src/] [dma_axi64/] [dma_axi64_core0_arbiter.v] - Blame information for rev 2

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

Line No. Rev Author Line
1 2 eyalhoc
//---------------------------------------------------------
2
//-- File generated by RobustVerilog parser
3
//-- Version: 1.0
4
//-- Invoked Fri Mar 25 23:36:54 2011
5
//--
6
//-- Source file: dma_core_arbiter.v
7
//---------------------------------------------------------
8
 
9
 
10
 
11
module dma_axi64_core0_arbiter(clk,reset,enable,joint_mode,page_cross,joint_req,prio_top,prio_high,prio_top_num,prio_high_num,hold,ch_ready,ch_active,finish,ch_go_out,ch_num,ch_last);
12
 
13
   parameter                CH_LAST       = 1-1;
14
 
15
   input             clk;
16
   input             reset;
17
 
18
   input             enable;
19
 
20
   input             joint_mode;
21
   input             page_cross;
22
   input             joint_req;
23
   input             prio_top;
24
   input             prio_high;
25
   input [2:0]             prio_top_num;
26
   input [2:0]             prio_high_num;
27
   input             hold;
28
 
29
   input [7:0]             ch_ready;
30
   input [7:0]             ch_active;
31
   input             finish;
32
   output             ch_go_out;
33
   output [2:0]         ch_num;
34
   output             ch_last;
35
 
36
 
37
 
38
   reg [7:0]             current_active;
39
   wire             current_ready_only;
40
   wire             ch_last_pre;
41
   wire             ch_last;
42
   wire             ready;
43
   wire             next_ready;
44
   wire             next_ready0;
45
   wire             next_ready1;
46
   wire             prio_top_ready;
47
   wire             prio_high_ready;
48
   reg                 in_prog;
49
   wire             ch_go_pre;
50
   wire             ch_go_pre_d;
51
   wire             ch_go_top_pre;
52
   wire             ch_go_high_pre;
53
   wire             ch_go;
54
   wire             ch_go_d;
55
   wire             ch_go_top;
56
   wire             ch_go_high;
57
   wire             ch_go_next;
58
   wire             hold_d;
59
   wire             advance_next;
60
   wire [2:0]             ch_num_pre;
61
   wire [3:0]             next_ch_num0_pre;
62
   wire [3:0]             next_ch_num0_pre2;
63
   wire [2:0]             next_ch_num0;
64
   wire [3:0]             next_ch_num1_pre;
65
   wire [3:0]             next_ch_num1_pre2;
66
   wire [2:0]             next_ch_num1;
67
   wire [2:0]             next_ch_num_pre;
68
 
69
   assign             ch_go_out = 'd1;
70
   assign             ch_num    = 'd0;
71
   assign             ch_last   = 'd1;
72
 
73
 
74
 
75
endmodule
76
 
77
 
78
 
79
 
80
 

powered by: WebSVN 2.1.0

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