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

Ignore fix #26

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Ignore fix #26

wants to merge 16 commits into from

Conversation

nsdjg
Copy link

@nsdjg nsdjg commented Jun 28, 2022

This is a fix for #24

python3 -m pip install -r requirements.txt
# test that usis can be imported
python3 -c 'import ucis'
alias bazel='/home/davis/bin/bazel-4.2.1-linux-x86_64'
Copy link
Owner

Choose a reason for hiding this comment

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

Not sure what this alias does, but it looks hardcoded for specific user. Can it be removed? Otherwise it need to be generalized.

@@ -103,7 +103,7 @@ SC_MODULE(stimulus) {
bin<int>("invalid", 0)
};

cross<int, int, int> reset_valid_cross = cross<int, int, int> (this, "reset valid",
cross<int, int, int> reset_valid_cross = cross<int, int, int> (this, "reset_valid",
Copy link
Owner

Choose a reason for hiding this comment

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

Any particular reason why name was changed? Space character in name is not allowed under UCIS standard?

@@ -0,0 +1 @@
JFD/*
Copy link
Owner

Choose a reason for hiding this comment

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

Looks like some local unneeded files?

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.

None yet

2 participants