Skip to content

Commit

Permalink
release: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlewis committed Oct 6, 2022
1 parent 0a53e97 commit 8b7c50e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
Binary file modified dist/Cores/ericlewis.Genesis/bitstream.rbf_r
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/Cores/ericlewis.Genesis/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"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.3.1",
"date_release": "2022-10-04"
"version": "0.3.2",
"date_release": "2022-10-06"
},
"framework": {
"target_product": "Analogue Pocket",
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 : 20221005;
0E1 : 00143057;
0E2 : a6abc622;
0E1 : 00210835;
0E2 : 17355e54;

END;
8 changes: 7 additions & 1 deletion src/fpga/core/core_constraints.sdc
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ set_multicycle_path -from {ic|system|data*} -to [get_clocks {ic|mp1|mf_pllbase_i
set_multicycle_path -from {ic|system|data*} -to [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[0].*|divclk}] -start -hold 1

set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[0].*|divclk}] -to {ic|system|data*} -setup 2
set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[0].*|divclk}] -to {ic|system|data*} -hold 1
set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[0].*|divclk}] -to {ic|system|data*} -hold 1

set_multicycle_path -from {ic|system|data*} -to [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[1].*|divclk}] -start -setup 2
set_multicycle_path -from {ic|system|data*} -to [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[1].*|divclk}] -start -hold 1

set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[1].*|divclk}] -to {ic|system|data*} -setup 2
set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[1].*|divclk}] -to {ic|system|data*} -hold 1
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 8b7c50e

Please sign in to comment.