From: Neel Date: Sat, 21 Jul 2018 06:32:40 +0000 (+0530) Subject: fix pwm names X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1cea917c76468282b1e4550762c1a8f0c5f0292;p=pinmux.git fix pwm names --- diff --git a/src/bsv/peripheral_gen.py b/src/bsv/peripheral_gen.py index 51a0ab3..9890764 100644 --- a/src/bsv/peripheral_gen.py +++ b/src/bsv/peripheral_gen.py @@ -306,7 +306,7 @@ class pwm(PBase): return " Ifc_PWM_bus pwm{0} <- mkPWM_bus(sp_clock);" def _mk_connection(self, name=None, count=0): - return "pwm{0}_bus.axi4_slave" + return "pwm{0}.axi4_slave" def pinname_out(self, pname): return {'out': 'pwm_io.pwm_o'}.get(pname, '')