Skip to content

Commit 7b9d70f

Browse files
authored
Merge pull request #2 from edanuff/main
Clear mixed-mode soft switch on reset
2 parents 462bd75 + 89b5edd commit 7b9d70f

20 files changed

+62
-62
lines changed

boards/a2n20v2-SDRAM/hdl/memory/apple_memory.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module apple_memory #(
6969
// capture the soft switches
7070
always @(posedge a2bus_if.clk_logic or negedge a2bus_if.system_reset_n) begin
7171
if (!a2bus_if.system_reset_n) begin
72-
SWITCHES_II <= '{1'b1, 1'b1, 1'b0, 1'b0, 1'b0, 1'b0, 1'b0, 1'b1};
72+
SWITCHES_II <= '{1'b1, 1'b0, 1'b0, 1'b0, 1'b0, 1'b0, 1'b0, 1'b1};
7373
end else if ((a2bus_if.phi1_posedge) && (a2bus_if.addr[15:4] == 12'hC05) && !a2bus_if.m2sel_n)
7474
SWITCHES_II[a2bus_if.addr[3:1]] <= a2bus_if.addr[0];
7575
end

boards/a2n20v2-SDRAM/impl/pnr/a2n20v2-SDRAM.fs

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

boards/a2n20v2-SDRAM/impl/pnr/a2n20v2-SDRAM.pin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1><a name="Message">Pin Messages</a></h1>
7878
</tr>
7979
<tr>
8080
<td class="label">Created Time</td>
81-
<td>Sat Mar 02 10:54:28 2024
81+
<td>Sun Mar 03 10:19:32 2024
8282
</td>
8383
</tr>
8484
<tr>

boards/a2n20v2-SDRAM/impl/pnr/a2n20v2-SDRAM.power.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1><a name="Message">Power Messages</a></h1>
8787
</tr>
8888
<tr>
8989
<td class="label">Created Time</td>
90-
<td>Sat Mar 02 10:54:28 2024
90+
<td>Sun Mar 03 10:19:32 2024
9191
</td>
9292
</tr>
9393
<tr>

boards/a2n20v2-SDRAM/impl/pnr/a2n20v2-SDRAM.rpt.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h1><a name="Message">PnR Messages</a></h1>
8383
</tr>
8484
<tr>
8585
<td class="label">Created Time</td>
86-
<td>Sat Mar 02 10:54:28 2024
86+
<td>Sun Mar 03 10:19:32 2024
8787
</td>
8888
</tr>
8989
<tr>
@@ -98,13 +98,13 @@ <h1><a name="PnR_Details">PnR Details</a></h1>
9898
<td class="label">Place & Route Process</td>
9999
<td>Running placement:
100100
Placement Phase 0: CPU time = 0h 0m 0.731s, Elapsed time = 0h 0m 0.731s
101-
Placement Phase 1: CPU time = 0h 0m 0.185s, Elapsed time = 0h 0m 0.185s
101+
Placement Phase 1: CPU time = 0h 0m 0.189s, Elapsed time = 0h 0m 0.189s
102102
Placement Phase 2: CPU time = 0h 0m 2s, Elapsed time = 0h 0m 2s
103103
Placement Phase 3: CPU time = 0h 0m 2s, Elapsed time = 0h 0m 2s
104104
Total Placement: CPU time = 0h 0m 4s, Elapsed time = 0h 0m 4s
105105
Running routing:
106-
Routing Phase 0: CPU time = 0h 0m 0.002s, Elapsed time = 0h 0m 0.002s
107-
Routing Phase 1: CPU time = 0h 0m 0.235s, Elapsed time = 0h 0m 0.235s
106+
Routing Phase 0: CPU time = 0h 0m 0.001s, Elapsed time = 0h 0m 0.002s
107+
Routing Phase 1: CPU time = 0h 0m 0.234s, Elapsed time = 0h 0m 0.234s
108108
Routing Phase 2: CPU time = 0h 0m 3s, Elapsed time = 0h 0m 3s
109109
Routing Phase 3: CPU time = 0h 0m 0s, Elapsed time = 0h 0m 0s
110110
Total Routing: CPU time = 0h 0m 3s, Elapsed time = 0h 0m 3s
@@ -114,7 +114,7 @@ <h1><a name="PnR_Details">PnR Details</a></h1>
114114
</tr>
115115
<tr>
116116
<td class="label">Total Time and Memory Usage</td>
117-
<td>CPU time = 0h 0m 10s, Elapsed time = 0h 0m 10s, Peak memory usage = 367MB</td>
117+
<td>CPU time = 0h 0m 10s, Elapsed time = 0h 0m 10s, Peak memory usage = 322MB</td>
118118
</tr>
119119
</table>
120120
<br/>

boards/a2n20v2-SDRAM/impl/pnr/a2n20v2-SDRAM.rpt.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@
1212
<Part Number>: GW2AR-LV18QN88C8/I7
1313
<Device>: GW2AR-18
1414
<Device Version>: C
15-
<Created Time>:Sat Mar 02 10:54:28 2024
15+
<Created Time>:Sun Mar 03 10:19:32 2024
1616

1717

1818
2. PnR Details
1919

2020
Running placement:
2121
Placement Phase 0: CPU time = 0h 0m 0.731s, Elapsed time = 0h 0m 0.731s
22-
Placement Phase 1: CPU time = 0h 0m 0.185s, Elapsed time = 0h 0m 0.185s
22+
Placement Phase 1: CPU time = 0h 0m 0.189s, Elapsed time = 0h 0m 0.189s
2323
Placement Phase 2: CPU time = 0h 0m 2s, Elapsed time = 0h 0m 2s
2424
Placement Phase 3: CPU time = 0h 0m 2s, Elapsed time = 0h 0m 2s
2525
Total Placement: CPU time = 0h 0m 4s, Elapsed time = 0h 0m 4s
2626
Running routing:
27-
Routing Phase 0: CPU time = 0h 0m 0.002s, Elapsed time = 0h 0m 0.002s
28-
Routing Phase 1: CPU time = 0h 0m 0.235s, Elapsed time = 0h 0m 0.235s
27+
Routing Phase 0: CPU time = 0h 0m 0.001s, Elapsed time = 0h 0m 0.002s
28+
Routing Phase 1: CPU time = 0h 0m 0.234s, Elapsed time = 0h 0m 0.234s
2929
Routing Phase 2: CPU time = 0h 0m 3s, Elapsed time = 0h 0m 3s
3030
Routing Phase 3: CPU time = 0h 0m 0s, Elapsed time = 0h 0m 0s
3131
Total Routing: CPU time = 0h 0m 3s, Elapsed time = 0h 0m 3s
3232
Generate output files:
3333
CPU time = 0h 0m 2s, Elapsed time = 0h 0m 2s
3434

35-
Total Time and Memory Usage: CPU time = 0h 0m 10s, Elapsed time = 0h 0m 10s, Peak memory usage = 367MB
35+
Total Time and Memory Usage: CPU time = 0h 0m 10s, Elapsed time = 0h 0m 10s, Peak memory usage = 322MB
3636

3737

3838
3. Resource Usage Summary

boards/a2n20v2-SDRAM/impl/pnr/a2n20v2-SDRAM_tr_content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1><a name="Message">Timing Messages</a></h1>
5555
</tr>
5656
<tr>
5757
<td class="label">Created Time</td>
58-
<td>Sat Mar 02 10:54:28 2024
58+
<td>Sun Mar 03 10:19:33 2024
5959
</td>
6060
</tr>
6161
<tr>

boards/a2n20v2/impl/pnr/a2n20v2.fs

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

boards/a2n20v2/impl/pnr/a2n20v2.pin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1><a name="Message">Pin Messages</a></h1>
7878
</tr>
7979
<tr>
8080
<td class="label">Created Time</td>
81-
<td>Sat Mar 02 11:04:35 2024
81+
<td>Sun Mar 03 10:16:04 2024
8282
</td>
8383
</tr>
8484
<tr>

boards/a2n20v2/impl/pnr/a2n20v2.power.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1><a name="Message">Power Messages</a></h1>
8787
</tr>
8888
<tr>
8989
<td class="label">Created Time</td>
90-
<td>Sat Mar 02 11:04:35 2024
90+
<td>Sun Mar 03 10:16:04 2024
9191
</td>
9292
</tr>
9393
<tr>

0 commit comments

Comments
 (0)