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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [src/] [bw_r_idct.v] - Blame information for rev 114

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 114 albert.wat
// Empty module for cacheless S1 Core
2 39 fafa1971
 
3
module bw_r_idct(rdtag_w0_y, rdtag_w1_y, rdtag_w2_y, rdtag_w3_y, so, rclk, se,
4
        si, reset_l, sehold, rst_tri_en, index0_x, index1_x, index_sel_x,
5
        dec_wrway_x, rdreq_x, wrreq_x, wrtag_w0_y, wrtag_w1_y, wrtag_w2_y,
6
        wrtag_w3_y, adj);
7
 
8
        input                   rclk;
9
        input                   se;
10
        input                   si;
11
        input                   reset_l;
12
        input                   sehold;
13
        input                   rst_tri_en;
14
        input   [6:0]            index0_x;
15
        input   [6:0]            index1_x;
16
        input                   index_sel_x;
17
        input   [3:0]            dec_wrway_x;
18
        input                   rdreq_x;
19
        input                   wrreq_x;
20
        input   [32:0]           wrtag_w0_y;
21
        input   [32:0]           wrtag_w1_y;
22
        input   [32:0]           wrtag_w2_y;
23
        input   [32:0]           wrtag_w3_y;
24
        input   [3:0]            adj;
25
        output  [32:0]           rdtag_w0_y;
26
        output  [32:0]           rdtag_w1_y;
27
        output  [32:0]           rdtag_w2_y;
28
        output  [32:0]           rdtag_w3_y;
29
        output                  so;
30
 
31
endmodule
32
 

powered by: WebSVN 2.1.0

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