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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [rtl/] [fwrisc_tracer.sv] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
/****************************************************************************
2
 * fwrisc_tracer.sv
3
 *
4
 * Copyright 2018 Matthew Ballance
5
 *
6
 * Licensed under the Apache License, Version 2.0 (the
7
 * "License"); you may not use this file except in
8
 * compliance with the License.  You may obtain a copy of
9
 * the License at
10
 *
11
 * http://www.apache.org/licenses/LICENSE-2.0
12
 *
13
 * Unless required by applicable law or agreed to in
14
 * writing, software distributed under the License is
15
 * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
16
 * CONDITIONS OF ANY KIND, either express or implied.  See
17
 * the License for the specific language governing
18
 * permissions and limitations under the License.
19
 ****************************************************************************/
20
 
21
/**
22
 * Module: fwrisc_tracer
23
 *
24
 * Dummy module that provides an attachment site for the
25
 * monitor BFM
26
 */
27
module fwrisc_tracer (
28
                input                   clock,
29
                input                   reset,
30
                input [31:0]            addr,
31
                input [31:0]            instr,
32
                input                   ivalid,
33
                input [5:0]             raddr,
34
                input [31:0]            rdata,
35
                input                   rwrite,
36
                input [31:0]            maddr,
37
                input [31:0]            mdata,
38
                input [3:0]             mstrb,
39
                input                   mwrite,
40
                input                   mvalid
41
                );
42
        // Empty
43
 
44
 
45
endmodule
46
 
47
 

powered by: WebSVN 2.1.0

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