Inital version
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@889 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
## NOTE: Do not edit this file.
|
||||||
|
## Autogenerated by ProjNav (creatfdo.tcl) on Thu Jul 06 20:49:07 Westeuropäische Sommerzeit 2006
|
||||||
|
##
|
||||||
|
vlib work
|
||||||
|
vcom -explicit -93 "../../misc/utils_pkg.vhd"
|
||||||
|
vcom -explicit -93 "../src/crc32.vhd"
|
||||||
|
vcom -explicit -93 "../src/tb_crc32.vhd"
|
||||||
|
vsim -t 1ps -lib work tb_crc32
|
||||||
|
view wave
|
||||||
|
do {tb_crc32.wdo}
|
||||||
|
view structure
|
||||||
|
view signals
|
||||||
|
|
||||||
|
run 1 us
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
onerror {resume}
|
||||||
|
quietly WaveActivateNextPane {} 0
|
||||||
|
add wave -noupdate -format Logic /tb_crc32/clk
|
||||||
|
add wave -noupdate -format Logic /tb_crc32/rst
|
||||||
|
add wave -noupdate -format Logic /tb_crc32/din_vld
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_crc32/din
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_crc32/crc32
|
||||||
|
add wave -noupdate -format Logic /tb_crc32/crc32_vld
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_crc32/test_data
|
||||||
|
TreeUpdate [SetDefaultTree]
|
||||||
|
WaveRestoreCursors {{Cursor 1} {667016 ps} 0}
|
||||||
|
configure wave -namecolwidth 150
|
||||||
|
configure wave -valuecolwidth 100
|
||||||
|
configure wave -justifyvalue left
|
||||||
|
configure wave -signalnamewidth 1
|
||||||
|
configure wave -snapdistance 10
|
||||||
|
configure wave -datasetprefix 0
|
||||||
|
configure wave -rowmargin 4
|
||||||
|
configure wave -childrowmargin 2
|
||||||
|
configure wave -gridoffset 0
|
||||||
|
configure wave -gridperiod 100
|
||||||
|
configure wave -griddelta 40
|
||||||
|
configure wave -timeline 1
|
||||||
|
update
|
||||||
|
WaveRestoreZoom {0 ps} {1050 ns}
|
||||||
Reference in New Issue
Block a user