From: Luke Kenneth Casson Leighton Date: Tue, 17 Jul 2018 05:35:44 +0000 (+0100) Subject: remove PWMWIDTH define X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8dcfdde501f027f0954f683c6cc58757933f34c3;p=pinmux.git remove PWMWIDTH define --- diff --git a/src/bsv/bsv_lib/pwm.bsv b/src/bsv/bsv_lib/pwm.bsv index 55e4292..f0af291 100644 --- a/src/bsv/bsv_lib/pwm.bsv +++ b/src/bsv/bsv_lib/pwm.bsv @@ -32,7 +32,6 @@ Code inpired by the pwm module at: https://github.com/freecores/pwm */ package pwm; - `define PWMWIDTH 32 /*=== Project imports ==*/ import Clocks::*; /*======================*/