adjust comments
[fleet.git] / src / edu / berkeley / fleet / fpga / verilog / Verilog.java
index 0cbe193..d24c2b4 100644 (file)
@@ -8,6 +8,12 @@ import java.util.*;
 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 {