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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [tb/] [AXI4_Lite_Master/] [tb_AXI4_Lite_Master.9x8] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sinclairrf
# Copyright 2013, Sinclair R.F., Inc.
2
# Test bench for AXI4-Lite master peripheral.
3
 
4
ARCHITECTURE core/9x8 Verilog
5
 
6
INSTRUCTION     128
7
DATA_STACK      16
8
RETURN_STACK    2
9
 
10
 
11
PORTCOMMENT AXI4-Lite Master
12
LOCALPARAM L_DP_SIZE 128
13
PERIPHERAL AXI4_Lite_Master                             \
14
                        basePortName=alm                \
15
                        address=O_ALM_ADDRESS           \
16
                        data=O_ALM_DATA                 \
17
                        write_enable=O_ALM_WE           \
18
                        command_read=O_ALM_CMD_READ     \
19
                        command_write=O_ALM_CMD_WRITE   \
20
                        busy=I_ALM_BUSY                 \
21
                        error=I_ALM_ERROR               \
22
                        read=I_ALM_READ_BYTE            \
23
                        address_width=7                 \
24
                        synchronous=True
25
 
26
PORTCOMMENT diagnostic output
27
OUTPORT 8-bit,strobe    o_diag_data,o_diag_wr   O_DIAG_DATA
28
 
29
PORTCOMMENT program termination
30
OUTPORT strobe o_done O_DONE
31
 
32
ASSEMBLY tb_AXI4_Lite_Master.s

powered by: WebSVN 2.1.0

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