Skip to content

Commit 99158d5

Browse files
committed
use assign for memory read lines, initialise with readmem
1 parent d6bfc68 commit 99158d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/XMLdecoder.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module XMLDecoder(
8787
assign s7 = tagno[7];
8888

8989
// initialise to all zeros after configuration
90-
initial $readmemh("stack_zeros.txt", tagno);
90+
initial $readmemh("xml/stack_zeros.txt", tagno);
9191

9292
always @(posedge CLOCK) begin
9393
if (inValid || vnn || vn || v) begin

0 commit comments

Comments
 (0)