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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [tb/] [outFIFO_async/] [tb_outFIFO_async.9x8] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sinclairrf
#
2 3 sinclairrf
# Copyright 2013-2014, Sinclair R.F., Inc.
3 2 sinclairrf
#
4 3 sinclairrf
# Test bench for outFIFO_async peripheral.
5 2 sinclairrf
#
6
 
7
ARCHITECTURE    core/9x8 Verilog
8
INSTRUCTION     128
9
DATA_STACK      64
10
RETURN_STACK    16
11
 
12
PORTCOMMENT     asynchronous output FIFO
13
PERIPHERAL      outFIFO_async   outclk=i_aclk           \
14
                                data=o_data             \
15
                                data_rd=i_data_rd       \
16
                                data_empty=o_data_empty \
17
                                outport=O_DATA          \
18
                                infull=I_FULL           \
19 12 sinclairrf
                                depth=32                \
20
                                outempty=I_EMPTY
21 2 sinclairrf
 
22
PORTCOMMENT     termination signal
23
OUTPORT         1-bit           o_done                  O_DONE
24
 
25
ASSEMBLY tb_outFIFO_async.s

powered by: WebSVN 2.1.0

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