Implemented LDD (HL), A

This commit is contained in:
2021-02-18 23:22:26 +00:00
parent 3e92cf5eec
commit 8f0b8d3a48
7 changed files with 92 additions and 22 deletions

View File

@@ -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