comment out dedicated peripherals for now
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Jul 2018 05:14:51 +0000 (06:14 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Jul 2018 05:14:51 +0000 (06:14 +0100)
src/bsv/bsv_lib/slow_peripherals_template.bsv

index e191646a7577ff860b3ac7f26c4abbc32eab01f8..42bc8889944a722f5b331aade58d8ea1c8e25589 100644 (file)
@@ -336,6 +336,7 @@ package slow_peripherals;
                `ifdef QSPI1 method     qspi1_isint=qspi1.interrupts[5]; `endif
                `ifdef UART0 method uart0_intr=uart0.irq; `endif
                interface SP_ios slow_ios;
+/* template for dedicated peripherals
                        `ifdef UART0
                                interface uart0_coe=uart0.coe_rs232;
                        `endif
@@ -361,6 +362,7 @@ package slow_peripherals;
       `ifdef PWM_AXI4Lite
         interface pwm_o = pwm_bus.pwm_io;
       `endif
+*/
                endinterface
     // NEEL EDIT
     interface iocell_side=pinmux.iocell_side;