plic integration
authorNeel <neelgala@gmail.com>
Tue, 17 Jul 2018 13:14:50 +0000 (18:44 +0530)
committerNeel <neelgala@gmail.com>
Tue, 17 Jul 2018 13:14:50 +0000 (18:44 +0530)
src/bsv/bsv_lib/slow_peripherals.bsv

index cff8335405d2de69a76dcb440885fcdd98d24d04..7658a82c88d6833d53fa293bad910a444da566a3 100644 (file)
@@ -322,6 +322,11 @@ package slow_peripherals;
         end
       endrule
     end
+    /* for connectin inputs from pinmux as itnerrupts
+      rule connect_pinmux_eint;
+        wr_interrupt<= pinmux.peripheral_side.eint_input;
+      endrule
+    */
     // NEEL EDIT OVER
                /*=======================================================*/
                /*=================== PLIC Connections ==================== */