blob: 5d5ff3d151bb86455d2e4a2b5b8891c2996db050 [file] [log] [blame]
/*
:name: string-word-assignment
:description: String assignment tests
:should_fail: 0
:tags: 5.9
*/
module top();
bit a[8 * 3 : 0] = "hi0";
byte b[3 : 0] = "hi2";
endmodule