]> rtime.felk.cvut.cz Git - fpga/zynq/canbench-sw.git/blob - system/ip/can_merge/xgui/can_merge_v1_0.tcl
added system and petalinux configuration, scripts, makefiles
[fpga/zynq/canbench-sw.git] / system / ip / can_merge / xgui / can_merge_v1_0.tcl
1 # Definitional proc to organize widgets for parameters.
2 proc init_gui { IPINST } {
3   ipgui::add_param $IPINST -name "Component_Name"
4   #Adding Page
5   ipgui::add_page $IPINST -name "Page 0"
6
7
8 }
9
10