This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
iverilog
mirror of
https://github.com/steveicarus/iverilog.git
Watch
1
Star
0
Fork
You've already forked iverilog
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
128d970d60
iverilog
/
ivtest
/
vvp_tests
/
shift6.json
8 lines
125 B
JSON
Raw
Normal View
History
Unescape
Escape
ivtest: Add regression test to check that shift rhs is always unsigned Add a regression test to check that the right-hand side of a shift operation is always treated as unsigned, even if it is a signed registers or a variation thereof. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2024-09-02 19:05:02 +02:00
{
"type"
:
"normal"
,
Add preliminary support for Python vlog95 testing
2025-12-31 04:40:47 +01:00
"source"
:
"shift6.v"
,
"vlog95"
:
{
"iverilog-args"
:
[
"-pallowsigned=1"
]
}
ivtest: Add regression test to check that shift rhs is always unsigned Add a regression test to check that the right-hand side of a shift operation is always treated as unsigned, even if it is a signed registers or a variation thereof. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2024-09-02 19:05:02 +02:00
}