Error (10853): Verilog HDL error at font_2ram.sv(43): argument 0 to $readmemh must be a string literal Instead, I have to hardcode the string in the $readmem command itself: module font_2ram ( ... ); reg memory ; initial $readmemh( "font88_8.txt", mem...