change top module, comment out pad_config for now
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Jul 2018 06:48:15 +0000 (07:48 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Jul 2018 06:48:15 +0000 (07:48 +0100)
src/bsv/Makefile.template
src/bsv/bsv_lib/slow_peripherals_template.bsv

index d92dbc391bb57f2802a65ea52747ac45dc89073d..384fe766278c09aefe5bd217832fbbcb303cb94a 100644 (file)
@@ -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)
 
index 7a175fdee4dcfbdbeaa1b0a92a626f7d1506e56e..7247df8bcf7d8aac4f68720a97c994cdaf0b7cf5 100644 (file)
@@ -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