Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
budude2 committed Aug 21, 2024
1 parent 6818f50 commit 8e4b815
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pkg/gb/Cores/budude2.GB/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"description": "Game Boy",
"author": "budude2",
"url": "https://github.com/budude2/openfpga-GBC",
"version": "1.3.0",
"date_release": "2024-08-20"
"version": "1.3.1",
"date_release": "2024-08-21"
},
"framework": {
"target_product": "Analogue Pocket",
Expand Down
Binary file modified pkg/gb/Cores/budude2.GB/gb.rbf_r
Binary file not shown.
4 changes: 2 additions & 2 deletions pkg/gbc/Cores/budude2.GBC/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"description": "Game Boy Color",
"author": "budude2",
"url": "https://github.com/budude2/openfpga-GBC",
"version": "1.3.0",
"date_release": "2024-08-20"
"version": "1.3.1",
"date_release": "2024-08-21"
},
"framework": {
"target_product": "Analogue Pocket",
Expand Down
Binary file modified pkg/gbc/Cores/budude2.GBC/gbc.rbf_r
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ap_core.qsf
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@ set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
set_global_assignment -name ALM_REGISTER_PACKING_EFFORT MEDIUM
set_global_assignment -name FINAL_PLACEMENT_OPTIMIZATION NEVER

set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
set_global_assignment -name SYSTEMVERILOG_FILE gb/save_state_controller.sv
set_global_assignment -name SYSTEMVERILOG_FILE gb/rtc_loader.sv
set_global_assignment -name SYSTEMVERILOG_FILE gb/rumbler.sv
Expand Down Expand Up @@ -815,4 +814,5 @@ set_global_assignment -name SDC_FILE core/core_constraints.sdc
set_global_assignment -name QIP_FILE core/mf_pllbase.qip
set_global_assignment -name SIP_FILE core/mf_pllbase.sip
set_global_assignment -name SOURCE_FILE db/ap_core.cmp.rdb
set_global_assignment -name QIP_FILE gb/rtc_ram/rtc_ram.qip
set_global_assignment -name QIP_FILE gb/rtc_ram/rtc_ram.qip
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
6 changes: 3 additions & 3 deletions src/apf/build_id.mif
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ DATA_RADIX = HEX;
CONTENT
BEGIN

0E0 : 20240725;
0E1 : 00214947;
0E2 : 55079a6c;
0E0 : 20240821;
0E1 : 00163950;
0E2 : 246dd444;

END;

0 comments on commit 8e4b815

Please sign in to comment.