Implemented LDD (HL), A
This commit is contained in:
@@ -18,7 +18,7 @@ always_ff @(posedge clk_i)
|
||||
|
||||
initial begin
|
||||
static integer fd = $fopen(FILE_NAME, "rb");
|
||||
void'($fread(rom, fd));
|
||||
static integer rv = $fread(rom, fd);
|
||||
end
|
||||
|
||||
endmodule : rom
|
||||
|
||||
Reference in New Issue
Block a user