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

Subversion Repositories ssbcc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sinclairrf
#
2
# Copyright 2012, Sinclair R.F., Inc.
3
#
4
# Test bench for latch peripheral.
5
#
6
 
7
ARCHITECTURE    core/9x8 Verilog
8
INSTRUCTION     64
9
DATA_STACK      32
10
RETURN_STACK    16
11
 
12
PERIPHERAL      latch           outport_latch=O_9LATCH \
13
                                outport_addr=O_9ADDR \
14
                                inport=I_9READ \
15
                                insignal=i_9value \
16
                                width=9
17
 
18
PERIPHERAL      latch           outport_latch=O_24LATCH \
19
                                outport_addr=O_24ADDR \
20
                                inport=I_24READ \
21
                                insignal=i_24value \
22
                                width=24
23
 
24
OUTPORT 8-bit,strobe o_test,o_test_wr O_TEST
25
 
26
OUTPORT 1-bit o_done O_DONE
27
 
28
ASSEMBLY tb_latch.s

powered by: WebSVN 2.1.0

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