From 93a70959f3f67ffcee8159b18a5f68904e32a074 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 4 Dec 2013 14:14:05 +0100 Subject: Replaced RTLIL::Const::str with generic decoder method --- tests/simple/values.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/simple/values.v b/tests/simple/values.v index 9fae4da9d..afcd251fc 100644 --- a/tests/simple/values.v +++ b/tests/simple/values.v @@ -33,7 +33,7 @@ always @* 4'b1001: y = 16'h123abc; 4'b1010: y = 16'o1234567; 4'b1011: y = 16'd3456789; - 4'b1100: y = "foobar"; + 4'b1100: y = { "foo", "bar" }; 4'b1101: y = "foobarfoobarfoobar"; 4'b1110: y = 16'h1; 4'b1111: y = a; -- cgit v1.2.3