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

Subversion Repositories memory_cores

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 23 to Rev 24
    Reverse comparison

Rev 23 → Rev 24

/trunk/spmem/VECTORS.DO
0,0 → 1,84
echo Copyright Jamil Khatib 1999
echo
echo This test vector file is an open design, you can redistribute it and/or
echo modify it under the terms of the Openip Hardware General Public
echo License as as published by the OpenIP organization and any
echo coming versions of this license.
echo You can check the draft license at
echo http://www.openip.org/oc/license.html
echo
echo
echo Creator : Jamil Khatib
echo Date 14/5/99
echo
echo version 0.19991224
echo contact me at khatib@ieee.org
 
view source
view signals
view wave
add wave *
 
#init clk
force clk 1 10, 0 20 -r 20
 
# init reset
force reset 0 0
 
run 20
 
force reset 1 0
#Write cycle
force data_in 00000000 0
force wr 0 0
force add 00000000 0
run 40
 
force data_in 00000001 0
force wr 0 0
force add 00000001 0
run 20
 
force data_in 00000011 0
force wr 0 0
force add 00000010 0
run 20
 
# Read cycles
force data_in 00000000 0
force wr 1 0
force add 00000000 0
run 20
 
force data_in 00000111 0
force Wr 1 0
force add 00000001 0
run 20
 
force add 00000010 0
run 20
 
 
# reset system during Operation
run 10
force reset 0 0
force data_in 00000000 0
force add 00000100 0
force wr 0 0
run 20
 
force reset 1 0
force data_in 11111111 0
force add 00000100 0
force wr 0 0
run 20
 
#read
force add 00000001 0
force wr 1 0
 
force add 00000100 0
force wr 1 0
 
run 20
 

powered by: WebSVN 2.1.0

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