Skip to content

Commit

Permalink
Temporarily bump last API of port proxy flags to 7
Browse files Browse the repository at this point in the history
Deprecating requires updating lots of tests and components; better to push
that to a separate PR.
  • Loading branch information
mandolaerik committed Oct 10, 2023
1 parent 7abea4b commit 2b06464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/dml/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class port_proxy_ifaces(CompatFeature):
banks do not need proxies for backward compatibility.
'''
short = "Don't generate proxy port interfaces for banks and ports"
last_api_version = api_6
last_api_version = api_7


@feature
Expand All @@ -77,7 +77,7 @@ class port_proxy_attrs(CompatFeature):
'''
short = ("Don't generate top-level proxy attributes"
+ " for attributes in banks and ports")
last_api_version = api_6
last_api_version = api_7


@feature
Expand Down

0 comments on commit 2b06464

Please sign in to comment.