GRMON3-UM
June 2019, Version 3.1.0
188 www.cobham.com/gaisler
84. sf2serdes - syntax
NAME
sf2serdes - Print initialization sequence
SYNOPSIS
sf2serdes show ?serdes#?
DESCRIPTION
sf2serdes show ?serdes#?
Print initialization sequence
The IGLOO2/SmartFusion2 SERDES initcode is loaded into a procedure in the system shell. The proce-
dure 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”