moving repo from git to local repo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Definitional proc to organize widgets for parameters.
|
||||
proc init_gui { IPINST } {
|
||||
ipgui::add_param $IPINST -name "Component_Name"
|
||||
#Adding Page
|
||||
set Page_0 [ipgui::add_page $IPINST -name "Page 0"]
|
||||
ipgui::add_static_text $IPINST -name "TEXT1" -parent ${Page_0} -text {sel_12b_16bn = 0 -- 16-bit FSW data (Fs <= 600MHz)
|
||||
|
||||
|
||||
|
||||
sel_12b_16bn = 1 -- 12-bit FSW data (Fs = 1200MHz)}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user