This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
verilator
mirror of
https://github.com/verilator/verilator.git
Watch
1
Star
0
Fork
You've already forked verilator
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ddfa214e3
verilator
/
test_regress
/
t
/
t_fuzz_eof_bad.v
4 lines
54 B
Systemverilog
Raw
Normal View
History
Unescape
Escape
Fix misc bad-syntax crashes, bug1532.
2019-10-01 00:50:27 +02:00
module
a
;
Tests: Untabify tests. No functional change.
2022-05-01 16:10:00 +02:00
initial
$lay
(
*
Hello
!
=
n
"
);
Fix misc bad-syntax crashes, bug1532.
2019-10-01 00:50:27 +02:00
endmodule