remove redundant jtag import
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 26 Jul 2018 07:45:14 +0000 (08:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 26 Jul 2018 07:45:14 +0000 (08:45 +0100)
src/bsv/bsv_lib/soc_template.bsv

index 92373b8cc249ff5d99d227aba78fc1f3c3b86f9a..9d853f7f93c4a13b9a7ba6be806541939cfcf34b 100644 (file)
@@ -71,7 +71,6 @@ package Soc;
         import TCM::*;
     `endif
     `ifdef Debug
-        import jtagdtm::*;
         import DebugModule::*;
     `else
         import core::*;