3 == Ports ===========================================================
6 == FPGA ==============================================================
11 always @(posedge clk) begin
28 == TeX ==============================================================
30 == Fleeterpreter ====================================================
32 public void service() {
33 if (!box_out.readyForDataFromShip()) return;
34 box_out.addDataFromShip(System.currentTimeMillis());
37 == FleetSim ==============================================================
39 == Constants =========================================================
41 == Test ==============================================================
44 == Contributors =========================================================
45 Adam Megacz <megacz@cs.berkeley.edu>