unified horn for data and instructions
[fleet.git] / src / edu / berkeley / fleet / fpga / Generator.java
index 78432a4..8053896 100644 (file)
@@ -419,7 +419,7 @@ public class Generator {
 
         mkfunnel("funnel", prefix);
         mkhorn(    "horn", prefix, WIDTH_PACKET-1, WIDTH_DEST_ADDR-1, 0, 0);
-        mkhorn(   "ihorn", prefix, WIDTH_PACKET-1, 34, 24, 0);
+        mkhorn(   "ihorn", prefix, WIDTH_PACKET-1, WIDTH_DEST_ADDR-1, 0, 0);
 
         Module fifostage = mkfifo("fifostage", 0, null,      prefix);
         Module fifo4     = mkfifo("fifo4",     4, fifostage, prefix);