@@ -1618,8 +1618,8 @@ module io (input wire nIOREQ, input wire nWR, input wire nRD, output wire nTape,
1618
1618
wire w237;
1619
1619
wire w317;
1620
1620
wire w483;
1621
- wire w484;
1622
- wire w487;
1621
+ wire Speaker; // w484
1622
+ wire Tape; // w487
1623
1623
wire w488;
1624
1624
wire w489;
1625
1625
wire w490;
@@ -1676,18 +1676,18 @@ module io (input wire nIOREQ, input wire nWR, input wire nRD, output wire nTape,
1676
1676
ula_nor g290 (.a(w572), .b(w571), .x (B2_G) );
1677
1677
1678
1678
// 3
1679
- ula_nor g323 (.a(w489), .b(w488), .x (w487 ) );
1679
+ ula_nor g323 (.a(w489), .b(w488), .x (Tape ) );
1680
1680
ula_nor g322 (.a(D3_from_pad), .b(nPortWR), .x (w488) );
1681
- ula_nor g341 (.a(w490), .b(w487 ), .x (w489) );
1681
+ ula_nor g341 (.a(w490), .b(Tape ), .x (w489) );
1682
1682
ula_nor g342 (.a(nPortWR), .b(w488), .x (w490) );
1683
- ula_not g37 (.a(w487 ), .x (nTape) );
1683
+ ula_not g37 (.a(Tape ), .x (nTape) );
1684
1684
1685
1685
// 4
1686
1686
ula_nor g381 (.a(w538), .b(nPortWR), .x (w483) );
1687
- ula_nor g382 (.a(w483), .b(w484 ), .x (w537) );
1688
- ula_nor g371 (.a(w538), .b(w537), .x (w484 ) );
1687
+ ula_nor g382 (.a(w483), .b(Speaker ), .x (w537) );
1688
+ ula_nor g371 (.a(w538), .b(w537), .x (Speaker ) );
1689
1689
ula_nor g372 (.a(nPortWR), .b(D4_from_pad), .x (w538) );
1690
- ula_not g38 (.a(w484 ), .x (nSpeaker) );
1690
+ ula_not g38 (.a(Speaker ), .x (nSpeaker) );
1691
1691
1692
1692
ula_nor4 g622 (.a(nIOREQ), .b(A0_from_pad), .c(nWR), .d(nIOREQT2), .x (w237) );
1693
1693
ula_not g77 (.a(w237), .x (nPortWR) );
0 commit comments