This website requires JavaScript.
Explore
Help
Sign In
luke
/
iverilog
Watch
1
Star
0
Fork
0
mirror of
https://github.com/steveicarus/iverilog.git
synced
2026-08-29 01:03:29 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5cd8bb3a88eb19ca7283e4f8ccffb7a816e846ea
iverilog
/
ivtest
/
ivltests
/
sv_new_array_error.v
T
6 lines
55 B
Verilog
Raw
Normal View
History
Unescape
Escape
Add ivtest to the iverilog source tree
2022-01-15 10:18:50 -08:00
module
test
();
logic
[
1
:
0
]
array
=
new
[
4
];
endmodule
Reference in New Issue
Copy Permalink