-
Notifications
You must be signed in to change notification settings - Fork 15
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
base: master
Are you sure you want to change the base?
Ignore fix #26
Conversation
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' |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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/* |
There was a problem hiding this comment.
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?
This is a fix for #24