From 3d81cfe9c1028ae989f580e42aad0414081b5e7c Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 18 May 2025 14:07:21 -0400 Subject: Batman --- .../sources_1/bd/mref/calcul_param_1/component.xml | 177 +++++++++++++++++++++ .../calcul_param_1/xgui/calcul_param_1_v1_0.tcl | 10 ++ 2 files changed, 187 insertions(+) create mode 100644 pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1/component.xml create mode 100644 pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1/xgui/calcul_param_1_v1_0.tcl (limited to 'pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1') diff --git a/pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1/component.xml b/pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1/component.xml new file mode 100644 index 0000000..6840ad3 --- /dev/null +++ b/pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1/component.xml @@ -0,0 +1,177 @@ + + + xilinx.com + module_ref + calcul_param_1 + 1.0 + + + i_reset + + + + + + + RST + + + i_reset + + + + + + + + + xilinx_anylanguagesynthesis + Synthesis + :vivado.xilinx.com:synthesis + VHDL + calcul_param_1 + + + viewChecksum + d28c5364 + + + + + xilinx_anylanguagebehavioralsimulation + Simulation + :vivado.xilinx.com:simulation + VHDL + calcul_param_1 + + + viewChecksum + d28c5364 + + + + + xilinx_xpgui + UI Layout + :vivado.xilinx.com:xgui.ui + + xilinx_xpgui_view_fileset + + + + + + i_bclk + + in + + + std_logic + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + i_reset + + in + + + std_logic + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + i_en + + in + + + std_logic + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + i_ech + + in + + 23 + 0 + + + + std_logic_vector + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + o_param + + out + + 7 + 0 + + + + std_logic_vector + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + + + + xilinx_xpgui_view_fileset + + xgui/calcul_param_1_v1_0.tcl + tclSource + CHECKSUM_f64a5dae + XGUI_VERSION_2 + + + + xilinx.com:module_ref:calcul_param_1:1.0 + + + Component_Name + calcul_param_1_v1_0 + + + + + + zynq + + + /UserIP + + calcul_param_1_v1_0 + level_1 + module_ref + + IPI + + 1 + 2022-01-24T13:37:09Z + + + 2020.2 + + + diff --git a/pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1/xgui/calcul_param_1_v1_0.tcl b/pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1/xgui/calcul_param_1_v1_0.tcl new file mode 100644 index 0000000..66195ab --- /dev/null +++ b/pb_logique_seq.gen/sources_1/bd/mref/calcul_param_1/xgui/calcul_param_1_v1_0.tcl @@ -0,0 +1,10 @@ +# Definitional proc to organize widgets for parameters. +proc init_gui { IPINST } { + ipgui::add_param $IPINST -name "Component_Name" + #Adding Page + ipgui::add_page $IPINST -name "Page 0" + + +} + + -- cgit v1.2.3