-
Notifications
You must be signed in to change notification settings - Fork 19
example: Hazard3 CPU #626
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
example: Hazard3 CPU #626
Conversation
9b63b41
to
09cd0b7
Compare
a077f9b
to
80fce09
Compare
a0f912b
to
f739d81
Compare
|
||
# expected elaboration-time constant, but got `hazard3_muldiv_seq.properties.i' | ||
# $past, for loop | ||
# ebmc -I hdl -D HAZARD3_ASSERTIONS --systemverilog --bound 0 hdl/arith/hazard3_muldiv_seq.v |
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.
Do those issues still persist?
examples/Hazard3/Hazard3.sh
Outdated
# clone Hazard3 repo if not done yet | ||
if [ ! -e Hazard3/.git ] ; then | ||
git clone https://github.com/Wren6991/Hazard3 | ||
(cd Hazard3 ; git checkout v1.0) |
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.
How about git clone —branch v1.0 —depth 1
examples/Hazard3/Hazard3.sh
Outdated
-D HAZARD3_ASSERTIONS --bound 0 \ | ||
hdl/arith/hazard3_shift_barrel.v | ||
|
||
# conflicting assignment types |
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.
Here and below: do those persist? If so, can we have KNOWNBUG tests for them?
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.
Yes; one test added, the other one linked as a comment
The Hazard3 RISC-V CPU comes with SVA assertions. This script downloads the RTL, and runs ebmc to check them.
example: Hazard3 CPU
The Hazard3 RISC-V CPU comes with SVA assertions. This script downloads the RTL, and runs ebmc to check them.