This commit is contained in:
James Stine 2022-06-23 11:59:05 -05:00
parent fe1b7a67cb
commit 4ff866b39e
3 changed files with 1025 additions and 1025 deletions

Binary file not shown.

View File

@ -73,7 +73,7 @@ int main() {
printf("\tcase({D[5:3],Wmsbs})\n");
for (o=0; o < pow(2.0, DIVISOR_SIZE); o++) {
for (m=0; m < pow(2.0, TOT_SIZE); m++) {
printf("\t\t10'b");
printf("\t\t11'b");
disp_binary((double) pla.divisor, DIVISOR_SIZE, 0);
printf("_");
disp_binary((double) pla.tot, TOT_SIZE, 0);

File diff suppressed because it is too large Load Diff