Skip to content

Commit

Permalink
release: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlewis committed Sep 26, 2022
1 parent c4b687c commit 9eddd02
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
Binary file modified dist/Cores/ericlewis.Genesis/bitstream.rbf_r
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/Cores/ericlewis.Genesis/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Sega Genesis, known as the Mega Drive outside North America, is a 16-bit fourth-generation home video game console developed and sold by Sega.",
"author": "ericlewis",
"url": "https://github.com/ericlewis/openfpga-genesis",
"version": "0.0.2",
"version": "0.0.3",
"date_release": "2022-09-22"
},
"framework": {
Expand Down
4 changes: 2 additions & 2 deletions src/fpga/apf/build_id.mif
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CONTENT
BEGIN

0E0 : 20220925;
0E1 : 00191619;
0E2 : 9d78cec6;
0E1 : 00194811;
0E2 : 993d2480;

END;
1 change: 1 addition & 0 deletions src/fpga/core/core_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ data_loader #(
.ADDRESS_MASK_UPPER_4(1),
.ADDRESS_SIZE(25),
.WRITE_MEM_CLOCK_DELAY(12),
.WRITE_MEM_EN_CYCLE_LENGTH(3),
.OUTPUT_WORD_SIZE(2)
) rom_loader (
.clk_74a(clk_74a),
Expand Down
Binary file modified src/fpga/output_files/ap_core.rbf
Binary file not shown.
Binary file modified src/fpga/output_files/ap_core.sof
Binary file not shown.
Binary file modified src/fpga/output_files/bitstream.rbf_r
Binary file not shown.

0 comments on commit 9eddd02

Please sign in to comment.