Skip to content

Commit 8b7c50e

Browse files
committed
release: 0.3.2
1 parent 0a53e97 commit 8b7c50e

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed
4.78 KB
Binary file not shown.

dist/Cores/ericlewis.Genesis/core.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"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.",
88
"author": "ericlewis",
99
"url": "https://github.com/ericlewis/openfpga-genesis",
10-
"version": "0.3.1",
11-
"date_release": "2022-10-04"
10+
"version": "0.3.2",
11+
"date_release": "2022-10-06"
1212
},
1313
"framework": {
1414
"target_product": "Analogue Pocket",

src/fpga/apf/build_id.mif

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CONTENT
1010
BEGIN
1111

1212
0E0 : 20221005;
13-
0E1 : 00143057;
14-
0E2 : a6abc622;
13+
0E1 : 00210835;
14+
0E2 : 17355e54;
1515

1616
END;

src/fpga/core/core_constraints.sdc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@ set_multicycle_path -from {ic|system|data*} -to [get_clocks {ic|mp1|mf_pllbase_i
2626
set_multicycle_path -from {ic|system|data*} -to [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[0].*|divclk}] -start -hold 1
2727

2828
set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[0].*|divclk}] -to {ic|system|data*} -setup 2
29-
set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[0].*|divclk}] -to {ic|system|data*} -hold 1
29+
set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[0].*|divclk}] -to {ic|system|data*} -hold 1
30+
31+
set_multicycle_path -from {ic|system|data*} -to [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[1].*|divclk}] -start -setup 2
32+
set_multicycle_path -from {ic|system|data*} -to [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[1].*|divclk}] -start -hold 1
33+
34+
set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[1].*|divclk}] -to {ic|system|data*} -setup 2
35+
set_multicycle_path -from [get_clocks {ic|mp1|mf_pllbase_inst|altera_pll_i|*[1].*|divclk}] -to {ic|system|data*} -hold 1

src/fpga/output_files/ap_core.rbf

4.78 KB
Binary file not shown.

src/fpga/output_files/ap_core.sof

0 Bytes
Binary file not shown.

src/fpga/output_files/bitstream.rbf_r

4.78 KB
Binary file not shown.

0 commit comments

Comments
 (0)