GRMON3-UM
June 2019, Version 3.1.0
182 www.cobham.com/gaisler
78. rtg4serdes - syntax
NAME
rtg4serdes - Print initialization sequence
SYNOPSIS
rtg4serdes show ?serdes#?
DESCRIPTION
rtg4serdes show ?serdes#?
Print initialization sequence
The RTG4 SERDES initcode is loaded into a procedure in the system shell. The procedure is executed
in init level 6, therefore it is possible to override the script in level 5 by redefining the the ::serdes#::init
procedure using the init# hook.
EXAMPLE
Override the default initialization
proc MyInit5 {} {
proc ::serdes0::init {} {
# Add custom initialization code here
}
}
lappend ::hooks::init5 MyInit5
SEE ALSO
Section 3, “User defined hooks”