From 36c9105412920d68451592df8ff7ab0ba67d20b5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 21 Jul 2018 07:48:15 +0100 Subject: [PATCH] change top module, comment out pad_config for now --- src/bsv/Makefile.template | 4 ++-- src/bsv/bsv_lib/slow_peripherals_template.bsv | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bsv/Makefile.template b/src/bsv/Makefile.template index d92dbc3..384fe76 100644 --- a/src/bsv/Makefile.template +++ b/src/bsv/Makefile.template @@ -1,7 +1,7 @@ ### Makefile for the cclass project -TOP_MODULE:=mkbus -TOP_FILE:=bus.bsv +TOP_MODULE:=mkslow_peripherals +TOP_FILE:=slow_peripherals.bsv TOP_DIR:=./ WORKING_DIR := $(shell pwd) diff --git a/src/bsv/bsv_lib/slow_peripherals_template.bsv b/src/bsv/bsv_lib/slow_peripherals_template.bsv index 7a175fd..7247df8 100644 --- a/src/bsv/bsv_lib/slow_peripherals_template.bsv +++ b/src/bsv/bsv_lib/slow_peripherals_template.bsv @@ -366,7 +366,7 @@ package slow_peripherals; endinterface // NEEL EDIT interface iocell_side=pinmux.iocell_side; - interface pad_config0= gpioa.pad_config; + //interface pad_config0= gpioa.pad_config; method Action external_int(Bit#(32) in); wr_interrupt<= in; endmethod -- 2.30.2