- Minor changes
git-svn-id: http://moon:8086/svn/vhdl/trunk@150 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -8,15 +8,15 @@ add wave -noupdate -format Logic /tb_mix/phase_load
|
||||
add wave -noupdate -format Logic /tb_mix/freq_load
|
||||
add wave -noupdate -format Literal -radix decimal /tb_mix/freq_in
|
||||
add wave -noupdate -format Literal -radix decimal /tb_mix/phase_in
|
||||
add wave -noupdate -format Analog-Step -radix decimal -scale 0.00025940300000000001 /tb_mix/wave_in_i
|
||||
add wave -noupdate -format Analog-Step -radix decimal -scale 0.00025940300000000001 /tb_mix/wave_in_q
|
||||
add wave -noupdate -format Literal -radix decimal /tb_mix/wave_out_i
|
||||
add wave -noupdate -format Literal -radix decimal /tb_mix/wave_out_q
|
||||
add wave -noupdate -format Analog-Step -radix decimal -scale 0.00050000000000000001 /tb_mix/wave_in_i
|
||||
add wave -noupdate -format Analog-Step -radix decimal -scale 0.00050000000000000001 /tb_mix/wave_in_q
|
||||
add wave -noupdate -format Analog-Step -radix decimal -scale 0.0001 /tb_mix/wave_out_i
|
||||
add wave -noupdate -format Analog-Step -radix decimal -scale 0.0001 /tb_mix/wave_out_q
|
||||
add wave -noupdate -format Logic /tb_mix/out_valid
|
||||
add wave -noupdate -format Literal -expand /tb_mix/mix_debug_out
|
||||
add wave -noupdate -format Literal -expand /tb_mix/rfgen_debug_out
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {16496452 ps} 0}
|
||||
WaveRestoreCursors {{Cursor 1} {249834550 ps} 0}
|
||||
configure wave -namecolwidth 193
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
@@ -30,4 +30,4 @@ configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {158780224 ps} {159027524 ps}
|
||||
WaveRestoreZoom {0 ps} {262500 ns}
|
||||
|
||||
@@ -27,7 +27,7 @@ ENTITY tb_mix IS
|
||||
Generic
|
||||
(
|
||||
nbits_wave_in : integer := 16;
|
||||
nbits_wave_out : integer := 18;
|
||||
nbits_wave_out : integer := 18; -- Gain of 2.6 (mix + rfgen)
|
||||
nbits_phase : integer := 20
|
||||
);
|
||||
END tb_mix;
|
||||
|
||||
Reference in New Issue
Block a user