How do you enter a carriage-return and new-line? I can't see to find anything online that suggests this needs something unique. For example, if I do...
parameter [x:x] myString = "Hello \r\n world";
What actually ends up being put into myString is something like "Hello r\n world"
Does SystemVerilog need a special notation to handle something like this?