Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for double digit ports #375

Merged
merged 2 commits into from
Mar 22, 2017
Merged

Conversation

cc10512
Copy link
Contributor

@cc10512 cc10512 commented Mar 22, 2017

Changes the interface variable into an integer, so that it avoids alphabetical order which results in a BMV2 deadlock.

Fixes #373

@cc10512 cc10512 requested a review from antoninbas March 22, 2017 01:02
@@ -84,25 +84,6 @@ class Local(object):
# object to hold local vars accessable to nested functions
pass

def FindExe(dirname, exe):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened to this function?
You guys just added it recently...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some silly mistake. updating this soon.

Changes the interface variable into an integer, so that it avoids
alphabetical order which results in a BMV2 deadlock.

Fixes p4lang#373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants