Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Panda
RISC-V DV
Commits
f6bfc29e
Commit
f6bfc29e
authored
Aug 18, 2020
by
Tao Liu
Browse files
Fix AMO instruction constraint issue
parent
12af7887
Changes
1
Show whitespace changes
Inline
Side-by-side
src/isa/riscv_amo_instr.sv
View file @
f6bfc29e
...
...
@@ -20,7 +20,7 @@ class riscv_amo_instr extends riscv_instr;
rand
bit
rl
;
constraint
aq_rl_c
{
aq
&&
rl
==
0
;
(
aq
&&
rl
)
==
0
;
}
`uvm_object_utils
(
riscv_amo_instr
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment