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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [tb/] [inFIFO_async/] [tb_inFIFO_async.9x8] - Blame information for rev 3

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 inFIFO_async peripheral.
5 2 sinclairrf
#
6
 
7
ARCHITECTURE    core/9x8 Verilog
8
INSTRUCTION     256
9
DATA_STACK      64
10
RETURN_STACK    64
11
 
12
PORTCOMMENT     asynchronous input FIFO
13
PERIPHERAL      inFIFO_async    inclk=i_aclk            \
14
                                data=i_data             \
15
                                data_wr=i_data_wr       \
16
                                data_full=o_data_full   \
17
                                inport=I_DATA           \
18
                                inempty=I_EMPTY         \
19
                                depth=32
20
 
21
PORTCOMMENT     diagnostic echo of received value
22
OUTPORT         8-bit,strobe    o_diag,o_diag_wr        O_DIAG
23
 
24
PORTCOMMENT     termination signal
25
OUTPORT         1-bit           o_done                  O_DONE
26
 
27
ASSEMBLY tb_inFIFO_async.s

powered by: WebSVN 2.1.0

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