From: Neel Date: Tue, 17 Jul 2018 13:14:50 +0000 (+0530) Subject: plic integration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=576174424017e1933e3c5c42533bea2f5045bf44;p=pinmux.git plic integration --- 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 ==================== */