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

Subversion Repositories special_functions_unit

[/] [special_functions_unit/] [Open_source_SFU/] [wave.do] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 divadnauj
onerror {resume}
2
quietly WaveActivateNextPane {} 0
3
 
4
radix define iee754s_fp -float -fraction 23 -base decimal -precision 10
5
 
6
set SFUS 1
7
 
8
add wave -noupdate -label CLK /sfu_tb/s_clk_i
9
add wave -noupdate -label RST /sfu_tb/s_rst_n
10
add wave -noupdate -label START /sfu_tb/s_start_i
11
add wave -noupdate -label DATA_IN -radix iee754s_fp /sfu_tb/s_src1_i
12
add wave -noupdate -label OPER /sfu_tb/s_selop_i
13
add wave -noupdate -label RESULT -radix iee754s_fp /sfu_tb/s_Result_o
14
add wave -noupdate -label STALL /sfu_tb/s_stall_o
15
 
16
add wave -noupdate -group SFU_PROC /sfu_tb/DUT/*
17
 
18
add wave -noupdate -group cordic /sfu_tb/DUT/Cordic_inst/*
19
add wave -noupdate -group rsqrt /sfu_tb/DUT/rsqrt_ints/*
20
add wave -noupdate -group log2 /sfu_tb/DUT/log2_inst/*
21
add wave -noupdate -group exp2 /sfu_tb/DUT/exp2_inst/*
22
 
23
add wave -noupdate -group lg2_shift /sfu_tb/DUT/log2_inst/shifter/*
24
add wave -noupdate -group lg2_clz /sfu_tb/DUT/log2_inst/leading_zeros/*
25
 
26
 
27
TreeUpdate [SetDefaultTree]
28
WaveRestoreCursors {{Cursor 1} {80000 ps} 0}
29
quietly wave cursor active 1
30
configure wave -namecolwidth 76
31
configure wave -valuecolwidth 49
32
configure wave -justifyvalue left
33
configure wave -signalnamewidth 0
34
configure wave -snapdistance 10
35
configure wave -datasetprefix 0
36
configure wave -rowmargin 4
37
configure wave -childrowmargin 2
38
configure wave -gridoffset 0
39
configure wave -gridperiod 1
40
configure wave -griddelta 40
41
configure wave -timeline 0
42
configure wave -timelineunits ns
43
update
44
WaveRestoreZoom {0 ps} {180 ns}

powered by: WebSVN 2.1.0

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