import java.util.*;
import java.net.*;
-// ScanRows+Fix: HARD!
-/**
- * How do we know when a stream is done? In the case of Equalize?
- */
-
-// Video-Out
-// Loopback (fixpoint of a bundle)
-
public class New {
public final Fleet fleet;
this.opcode = opcode;
}
public Dock[] _setInputs() {
- if (alu == null) alu = allocate("alu2");
+ if (alu == null) alu = allocate("Alu");
return new Dock[] { alu.getDock("out") };
}
public void emitPrologue(ArrayList<Instruction> il) {
this.incr = incr;
}
public Dock[] _setInputs() {
- if (alu == null) alu = allocate("alu2");
+ if (alu == null) alu = allocate("Alu");
return new Dock[] { alu.getDock("out") };
}
public void emitPrologue(ArrayList<Instruction> il) {
this.max = max;
}
public Dock[] _setInputs() {
- if (alu == null) alu = allocate("alu2");
+ if (alu == null) alu = allocate("Alu");
return new Dock[] { alu.getDock("out") };
}
public void emitPrologue(ArrayList<Instruction> il) {