GRMON3-UM
June 2019, Version 3.1.0
187 www.cobham.com/gaisler
83. sf2mddr - syntax
NAME
sf2mddr - Print initialization sequence
SYNOPSIS
sf2mddr show ?mddr#?
DESCRIPTION
sf2mddr show ?mddr#?
Print initialization sequence
The IGLOO2/SmartFusion2 DDR 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 ::mddr#::init procedure using the init# hook.
EXAMPLE
Override the default initialization
proc MyInit5 {} {
proc ::mddr0::init {} {
# Add custom initialization code here
}
}
lappend ::hooks::init5 MyInit5
SEE ALSO
Section 3, “User defined hooks”