import static edu.berkeley.fleet.fpga.verilog.Verilog.*;
-/*
-=> get rid of getInputPort(String) and instead use members
-=> clean up fabricelement methods
-=> get rid of addcrap
-=> automatic width-setting on ports
-*/
-
public class Fpga extends FleetTwoFleet {
public Module top;
import java.io.*;
import static edu.berkeley.fleet.two.FleetTwoFleet.*;
+/*
+=> get rid of getInputPort(String) and instead use members
+=> get rid of addcrap
+=> automatic width-setting/checking on ports
+*/
+
public class Verilog {
public static class SimpleValue implements Value {