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
4bfdf301cf
iverilog
/
ivtest
/
vvp_tests
/
sv_mixed_assign2.json
6 lines
111 B
JSON
Raw
Normal View
History
Unescape
Escape
Add regression tests for mixed procedural/continuous assignments.
2024-02-03 23:24:22 +01:00
{
"type"
:
"NI"
,
ivtest: Fix source for sv_mixed_assign2 test The sv_mixed_assign2 JSON entry accidentally references sv_mixed_assign1.v. Point it at sv_mixed_assign2.v instead. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2026-05-16 18:53:47 +02:00
"source"
:
"sv_mixed_assign2.v"
,
Add regression tests for mixed procedural/continuous assignments.
2024-02-03 23:24:22 +01:00
"iverilog-args"
:
[
"-g2009"
]
}