projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7dba75
)
plic integration
author
Neel
<neelgala@gmail.com>
Tue, 17 Jul 2018 13:14:50 +0000
(18:44 +0530)
committer
Neel
<neelgala@gmail.com>
Tue, 17 Jul 2018 13:14:50 +0000
(18:44 +0530)
src/bsv/bsv_lib/slow_peripherals.bsv
patch
|
blob
|
history
diff --git
a/src/bsv/bsv_lib/slow_peripherals.bsv
b/src/bsv/bsv_lib/slow_peripherals.bsv
index cff8335405d2de69a76dcb440885fcdd98d24d04..7658a82c88d6833d53fa293bad910a444da566a3 100644
(file)
--- 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 ==================== */