From 576174424017e1933e3c5c42533bea2f5045bf44 Mon Sep 17 00:00:00 2001 From: Neel Date: Tue, 17 Jul 2018 18:44:50 +0530 Subject: [PATCH] plic integration --- src/bsv/bsv_lib/slow_peripherals.bsv | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bsv/bsv_lib/slow_peripherals.bsv b/src/bsv/bsv_lib/slow_peripherals.bsv index cff8335..7658a82 100644 --- a/src/bsv/bsv_lib/slow_peripherals.bsv +++ b/src/bsv/bsv_lib/slow_peripherals.bsv @@ -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 ==================== */ -- 2.30.2