From a7a4377155cff8b04beec948f47568bbadc073c1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 22 Jul 2018 07:15:49 +0100 Subject: [PATCH] tidyup output --- src/bsv/bsv_lib/slow_peripherals_template.bsv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index b49f807..f03e618 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -174,7 +174,7 @@ package slow_peripherals; endrule end -`endif +`endif // end PLIC /*======================================================= */ /* ===== interface definition =======*/ @@ -187,7 +187,7 @@ package slow_peripherals; `endif `ifdef PLIC {12} -`endif +`endif // end PLIC interface SP_dedicated_ios slow_ios; /* template for dedicated peripherals `ifdef UART0 -- 2.30.2