mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +00:00
verilog: add support for SystemVerilog string literals.
Differences are new escape sequences (including escaped newline continuations and hex escapes) and triple-quoted literals.
This commit is contained in:
parent
7b0c1fe491
commit
5feb1a1752
4 changed files with 386 additions and 47 deletions
|
@ -1,5 +0,0 @@
|
|||
// Regression test for bug mentioned in #5160:
|
||||
// https://github.com/YosysHQ/yosys/pull/5160#issuecomment-2983643084
|
||||
module top;
|
||||
initial $display( "\\" );
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue