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/compteur_nbits/component.xml | 194 +++++++++++++++++++++ .../compteur_nbits/xgui/compteur_nbits_v1_0.tcl | 25 +++ 2 files changed, 219 insertions(+) create mode 100644 pb_logique_seq.gen/sources_1/bd/mref/compteur_nbits/component.xml create mode 100644 pb_logique_seq.gen/sources_1/bd/mref/compteur_nbits/xgui/compteur_nbits_v1_0.tcl (limited to 'pb_logique_seq.gen/sources_1/bd/mref/compteur_nbits') diff --git a/pb_logique_seq.gen/sources_1/bd/mref/compteur_nbits/component.xml b/pb_logique_seq.gen/sources_1/bd/mref/compteur_nbits/component.xml new file mode 100644 index 0000000..216012a --- /dev/null +++ b/pb_logique_seq.gen/sources_1/bd/mref/compteur_nbits/component.xml @@ -0,0 +1,194 @@ + + + xilinx.com + module_ref + compteur_nbits + 1.0 + + + reset + + + + + + + RST + + + reset + + + + + + clk + + + + + + + CLK + + + clk + + + + + + ASSOCIATED_RESET + reset + + + + + + + + xilinx_anylanguagesynthesis + Synthesis + :vivado.xilinx.com:synthesis + VHDL + compteur_nbits + + + viewChecksum + 249e7abe + + + + + xilinx_anylanguagebehavioralsimulation + Simulation + :vivado.xilinx.com:simulation + VHDL + compteur_nbits + + + viewChecksum + 249e7abe + + + + + xilinx_xpgui + UI Layout + :vivado.xilinx.com:xgui.ui + + xilinx_xpgui_view_fileset + + + + + + clk + + in + + + std_logic + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + i_en + + in + + + std_logic + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + reset + + in + + + std_logic + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + o_val_cpt + + out + + 7 + 0 + + + + std_logic_vector + xilinx_anylanguagesynthesis + xilinx_anylanguagebehavioralsimulation + + + + + + + + nbits + Nbits + 8 + + + + + + xilinx_xpgui_view_fileset + + xgui/compteur_nbits_v1_0.tcl + tclSource + CHECKSUM_912d28ee + XGUI_VERSION_2 + + + + xilinx.com:module_ref:compteur_nbits:1.0 + + + nbits + Nbits + 8 + + + Component_Name + compteur_nbits_v1_0 + + + + + + zynq + + + /UserIP + + compteur_nbits_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/compteur_nbits/xgui/compteur_nbits_v1_0.tcl b/pb_logique_seq.gen/sources_1/bd/mref/compteur_nbits/xgui/compteur_nbits_v1_0.tcl new file mode 100644 index 0000000..7c3ed37 --- /dev/null +++ b/pb_logique_seq.gen/sources_1/bd/mref/compteur_nbits/xgui/compteur_nbits_v1_0.tcl @@ -0,0 +1,25 @@ +# 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_param $IPINST -name "nbits" -parent ${Page_0} + + +} + +proc update_PARAM_VALUE.nbits { PARAM_VALUE.nbits } { + # Procedure called to update nbits when any of the dependent parameters in the arguments change +} + +proc validate_PARAM_VALUE.nbits { PARAM_VALUE.nbits } { + # Procedure called to validate nbits + return true +} + + +proc update_MODELPARAM_VALUE.nbits { MODELPARAM_VALUE.nbits PARAM_VALUE.nbits } { + # Procedure called to set VHDL generic/Verilog parameter value(s) based on TCL parameter value + set_property value [get_property value ${PARAM_VALUE.nbits}] ${MODELPARAM_VALUE.nbits} +} + -- cgit v1.2.3