1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-04-28 05:05:53 +00:00

Move basic.hex to roms

This commit is contained in:
Gyorgy Szombathelyi
2018-08-29 23:09:30 +02:00
parent 0fc4f76bdf
commit 93f8dc1b12
2 changed files with 1 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ assign enable=~cs&cs_prev; // cs falling edge detection
assign data_out=(~cs)?data:8'hff;
initial begin
$readmemh("basic.hex",basic);
$readmemh("roms/basic.hex",basic);
end
endmodule