Skip to content

Commit

Permalink
Update axil_ocla_litex_wrapper.py
Browse files Browse the repository at this point in the history
- added IP_VERSION parameter to wrapper
  • Loading branch information
moinijaz-RS authored Aug 24, 2023
1 parent 59fd7aa commit 9493f6c
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 9493f6c

Please sign in to comment.