|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 26 01:09:03 CET 2007
Subject: [cvs-checkins] MODIFIED: matrix3x3 ...
Date: 00/07/02 26:01:09 Added: matrix3x3/sim/rtl_sim multiplier3x3_sim.do Removed: matrix3x3/sim/rtl_sim colorconv_sim.do Log: Matrix 3x3 and Color Convertion projects were separated. Files were renamed. Revision Changes Path 1.1 matrix3x3/sim/rtl_sim/multiplier3x3_sim.do http://www.opencores.org/cvsweb.shtml/matrix3x3/sim/rtl_sim/multiplier3x3_sim.do?rev=1.1&content-type=text/x-cvsweb-markup Index: multiplier3x3_sim.do =================================================================== # # ModelSim simulation script # # # project color_conv. # vlib work # Compile vcom -93 -work work ..\\..\\rtl\\vhdl\\multiplier3x3.vhd vcom -93 -work work ..\\..\\bench\\vhdl\\multiplier3x3_tb.vhd #sim vsim -t ps tb ########################################################################### #add wave -noupdate -divider "Color Converter Signals" add wave -noupdate -format logic /tb/clk add wave -noupdate -format logic /tb/rstn add wave -noupdate -format logic /tb/DATA_ENA add wave -noupdate -format logic /tb/DOUT_RDY add wave -noupdate -format Literal -radix hexadecimal /tb/x1 add wave -noupdate -format Literal -radix hexadecimal /tb/x2 add wave -noupdate -format Literal -radix hexadecimal /tb/x3 add wave -noupdate -format Literal -radix hexadecimal /tb/y1 add wave -noupdate -format Literal -radix hexadecimal /tb/y2 add wave -noupdate -format Literal -radix hexadecimal /tb/y3 WaveRestoreZoom {0 us} {10 us} TreeUpdate [SetDefaultTree] update set RunLength {1400 us} run
|