##// END OF EJS Templates
Moved Validation_LFR_TIME_MANAGEMENT from designs to tests directory...
Moved Validation_LFR_TIME_MANAGEMENT from designs to tests directory Changed test directory Validation_LFR_TIME_MANAGEMENT in LFR_time_management. Added LFR_MANAGMENT_TIME_FINE_DELTA register into apb_lfr_management module at address 0x30 : * LFR_MANAGMENT_TIME_FINE_DELTA ( 8 downto 0) : ft_counter_lsb value * LFR_MANAGMENT_TIME_FINE_DELTA (24 downto 9) : ft value * LFR_MANAGMENT_TIME_FINE_DELTA (26 downto 25) : + ft_counter_lsb_MAX_VALUE = 379 when "00" + ft_counter_lsb_MAX_VALUE = 380 when "01" + ft_counter_lsb_MAX_VALUE = 381 when "10" Updated LFR_time_managment testbench.

File last commit:

r406:c218371d90d3 JC
r655:2dbcdaf8bb73 tip default
Show More
wave.do
34 lines | 1.6 KiB | text/x-stata | StataLexer
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -expand -group COMMON /tb/clk
add wave -noupdate -expand -group COMMON /tb/rstn
add wave -noupdate -expand -group COMMON /tb/random_vector
add wave -noupdate -expand -group WRITE -radix hexadecimal /tb/write_data
add wave -noupdate -expand -group WRITE -radix hexadecimal /tb/write_addr
add wave -noupdate -expand -group WRITE -radix hexadecimal /tb/write_enable
add wave -noupdate -expand -group WRITE -radix hexadecimal /tb/write_enable_n
add wave -noupdate -expand -group READ -radix hexadecimal /tb/read_data_ram
add wave -noupdate -expand -group READ -radix hexadecimal /tb/read_data_cel
add wave -noupdate -expand -group READ -radix hexadecimal /tb/read_addr
add wave -noupdate -expand -group READ -radix hexadecimal /tb/read_enable
add wave -noupdate -expand -group READ -radix hexadecimal /tb/read_enable_n
add wave -noupdate -radix hexadecimal /tb/warning_value
add wave -noupdate -radix hexadecimal /tb/warning_value_clocked
add wave -noupdate -radix hexadecimal /tb/error_value
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {5926078 ps} 0} {{Cursor 2} {200000 ps} 0}
configure wave -namecolwidth 403
configure wave -valuecolwidth 198
configure wave -justifyvalue left
configure wave -signalnamewidth 0
configure wave -snapdistance 10
configure wave -datasetprefix 0
configure wave -rowmargin 4
configure wave -childrowmargin 2
configure wave -gridoffset 0
configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
configure wave -timelineunits ps
update
WaveRestoreZoom {0 ps} {25526182 ps}