URL
https://opencores.org/ocsvn/ssbcc/ssbcc/trunk
Subversion Repositories ssbcc
[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [tb/] [wide_strobe/] [tb_wide_strobe.9x8] - Rev 9
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Copyright 2014, Sinclair R.F., Inc.
#
# Test bench for wide_strobe peripheral.
#
ARCHITECTURE core/9x8 Verilog
INSTRUCTION 64
DATA_STACK 32
RETURN_STACK 16
PORTCOMMENT narrow strobe bus
PERIPHERAL wide_strobe outport=O_MIN \
outsignal=o_min \
width=1
PORTCOMMENT medium-width strobe bus
PERIPHERAL wide_strobe outport=O_MED \
outsignal=o_med \
width=4
PORTCOMMENT maximum-width strobe bus
PERIPHERAL wide_strobe outport=O_MAX \
outsignal=o_max \
width=8
PORTCOMMENT termination signal
OUTPORT 1-bit o_done O_DONE
ASSEMBLY tb_wide_strobe.s
Go to most recent revision | Compare with Previous | Blame | View Log