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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user