mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Revert "verilog: add support for SystemVerilog string literals."
This reverts commit 5feb1a1752
.
This commit is contained in:
parent
e0822c048e
commit
dc204dc909
4 changed files with 47 additions and 386 deletions
5
tests/verilog/bug5160.v
Normal file
5
tests/verilog/bug5160.v
Normal file
|
@ -0,0 +1,5 @@
|
|||
// 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