mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 17:54:22 +02:00
- all inputs are now decoded as UTF-8, regardless of the platform - decoding failures are now tolerated via transliteration given errant characters are generally expected to appear in comments
5 lines
53 B
Systemverilog
5 lines
53 B
Systemverilog
module top;
|
|
// Áå
|
|
initial $display("Hi!");
|
|
endmodule
|