diff --git a/rapidsilicon/ip/axil_ocla/v1_0/litex_wrapper/axil_ocla_litex_wrapper.py b/rapidsilicon/ip/axil_ocla/v1_0/litex_wrapper/axil_ocla_litex_wrapper.py index bf6ee9ae..8e67a64b 100644 --- a/rapidsilicon/ip/axil_ocla/v1_0/litex_wrapper/axil_ocla_litex_wrapper.py +++ b/rapidsilicon/ip/axil_ocla/v1_0/litex_wrapper/axil_ocla_litex_wrapper.py @@ -65,6 +65,7 @@ def __init__(self, platform, # ----------- p_IP_TYPE = Instance.PreformattedParam("IP_TYPE"), p_IP_ID = Instance.PreformattedParam("IP_ID"), + p_IP_VERSION = Instance.PreformattedParam("IP_VERSION"), p_NO_OF_PROBES = Instance.PreformattedParam(nprobes), p_NO_OF_TRIGGER_INPUTS = Instance.PreformattedParam(trigger_inputs), p_PROBE_WIDHT = Instance.PreformattedParam(probe_widht),