projects
/
shakti-peripherals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be50905
)
convert pwm to get/put
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Jul 2018 11:02:51 +0000
(12:02 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Jul 2018 11:02:51 +0000
(12:02 +0100)
src/peripherals/pwm/pwm.bsv
patch
|
blob
|
history
diff --git
a/src/peripherals/pwm/pwm.bsv
b/src/peripherals/pwm/pwm.bsv
index 1290a3339354bc1d03532f92869b787424b44166..2f172e69771d18212250ccd35f1842331e8bbc64 100644
(file)
--- a/
src/peripherals/pwm/pwm.bsv
+++ b/
src/peripherals/pwm/pwm.bsv
@@
-39,6
+39,7
@@
package pwm;
/*== Package imports ==*/
//import defined_types::*;
`include "instance_defines.bsv"
+ import GetPut::*;
import ClockDiv::*;
import ConcatReg::*;
import Semi_FIFOF::*;