Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
philiprbrenan committed Feb 7, 2025
1 parent 2f1c7a3 commit 72e1b08
Show file tree
Hide file tree
Showing 90 changed files with 350,363 additions and 350,363 deletions.
6 changes: 3 additions & 3 deletions BtreePA.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//------------------------------------------------------------------------------
// BtreeSA in pseudo assembler.
// BtreeSA in pseudo assembler
// Philip R Brenan at appaapps dot com, Appa Apps Ltd Inc., 2024-2025
//------------------------------------------------------------------------------
package com.AppaApps.Silicon; // Btree in a block on the surface of a silicon chip.
Expand Down Expand Up @@ -524,6 +524,8 @@ Layout transactionLayout() //
final Layout.Structure transaction = L.structure("transaction",
allocate,
nextFree,
success,
inserted,
first,
next,
search,
Expand Down Expand Up @@ -559,8 +561,6 @@ Layout transactionLayout() //
//nodeMerged,
mergeable,
//deleted,
success,
inserted,

branchBase,
//leafSize,
Expand Down
25,364 changes: 12,682 additions & 12,682 deletions verilog/delete/1/delete

Large diffs are not rendered by default.

738 changes: 369 additions & 369 deletions verilog/delete/1/delete.v

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions verilog/delete/1/includes/T.vh
Original file line number Diff line number Diff line change
Expand Up @@ -11,53 +11,53 @@ task initialize_memory_T_10;
T_10[7] <= 0;
T_10[8] <= 0;
T_10[9] <= 0;
T_10[10] <= 0;
T_10[10] <= 1;
T_10[11] <= 0;
T_10[12] <= 0;
T_10[13] <= 0;
T_10[14] <= 1;
T_10[14] <= 0;
T_10[15] <= 0;
T_10[16] <= 0;
T_10[16] <= 1;
T_10[17] <= 0;
T_10[18] <= 0;
T_10[19] <= 0;
T_10[20] <= 1;
T_10[20] <= 0;
T_10[21] <= 0;
T_10[22] <= 0;
T_10[22] <= 1;
T_10[23] <= 0;
T_10[24] <= 0;
T_10[25] <= 0;
T_10[26] <= 0;
T_10[27] <= 1;
T_10[27] <= 0;
T_10[28] <= 0;
T_10[29] <= 0;
T_10[29] <= 1;
T_10[30] <= 0;
T_10[31] <= 0;
T_10[32] <= 0;
T_10[33] <= 0;
T_10[34] <= 0;
T_10[35] <= 0;
T_10[36] <= 1;
T_10[37] <= 1;
T_10[36] <= 0;
T_10[37] <= 0;
T_10[38] <= 1;
T_10[39] <= 0;
T_10[40] <= 0;
T_10[39] <= 1;
T_10[40] <= 1;
T_10[41] <= 0;
T_10[42] <= 0;
T_10[43] <= 0;
T_10[44] <= 0;
T_10[45] <= 1;
T_10[46] <= 1;
T_10[47] <= 0;
T_10[48] <= 0;
T_10[45] <= 0;
T_10[46] <= 0;
T_10[47] <= 1;
T_10[48] <= 1;
T_10[49] <= 0;
T_10[50] <= 0;
T_10[51] <= 0;
T_10[52] <= 0;
T_10[53] <= 0;
T_10[54] <= 1;
T_10[54] <= 0;
T_10[55] <= 0;
T_10[56] <= 0;
T_10[56] <= 1;
T_10[57] <= 0;
T_10[58] <= 0;
T_10[59] <= 0;
Expand Down Expand Up @@ -86,35 +86,35 @@ task initialize_memory_T_10;
T_10[82] <= 0;
T_10[83] <= 0;
T_10[84] <= 0;
T_10[85] <= 1;
T_10[85] <= 0;
T_10[86] <= 0;
T_10[87] <= 0;
T_10[88] <= 1;
T_10[87] <= 1;
T_10[88] <= 0;
T_10[89] <= 0;
T_10[90] <= 0;
T_10[90] <= 1;
T_10[91] <= 0;
T_10[92] <= 0;
T_10[93] <= 1;
T_10[93] <= 0;
T_10[94] <= 0;
T_10[95] <= 0;
T_10[96] <= 1;
T_10[97] <= 1;
T_10[95] <= 1;
T_10[96] <= 0;
T_10[97] <= 0;
T_10[98] <= 1;
T_10[99] <= 0;
T_10[100] <= 0;
T_10[99] <= 1;
T_10[100] <= 1;
T_10[101] <= 0;
T_10[102] <= 1;
T_10[102] <= 0;
T_10[103] <= 0;
T_10[104] <= 0;
T_10[104] <= 1;
T_10[105] <= 0;
T_10[106] <= 0;
T_10[107] <= 1;
T_10[108] <= 1;
T_10[109] <= 0;
T_10[110] <= 0;
T_10[111] <= 1;
T_10[112] <= 1;
T_10[113] <= 0;
T_10[107] <= 0;
T_10[108] <= 0;
T_10[109] <= 1;
T_10[110] <= 1;
T_10[111] <= 0;
T_10[112] <= 0;
T_10[113] <= 1;
T_10[114] <= 1;
T_10[115] <= 1;
T_10[116] <= 0;
Expand Down
Loading

0 comments on commit 72e1b08

Please sign in to comment.