Skip to content

Commit

Permalink
Merge pull request #168 from RapidSilicon/ocla_parameter_fix
Browse files Browse the repository at this point in the history
Update axil_ocla_litex_wrapper.py
  • Loading branch information
bilalahmed-RS authored Aug 25, 2023
2 parents f3bee28 + 9493f6c commit ef5d6b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ef5d6b5

Please sign in to comment.