From 029ab1208267f4afc9f20bfbd3f738b2c0557a43 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 21 Jul 2018 06:14:51 +0100 Subject: [PATCH] comment out dedicated peripherals for now --- src/bsv/bsv_lib/slow_peripherals_template.bsv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index e191646..42bc888 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -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; -- 2.30.2