From: Luke Kenneth Casson Leighton Date: Wed, 25 Jul 2018 08:19:54 +0000 (+0100) Subject: remove jtag from soc template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0418e5190c3df7c28b5470d405a629fa595fd2fc;p=pinmux.git remove jtag from soc template --- diff --git a/src/bsv/bsv_lib/soc_template.bsv b/src/bsv/bsv_lib/soc_template.bsv index 5c27099..414f14d 100644 --- a/src/bsv/bsv_lib/soc_template.bsv +++ b/src/bsv/bsv_lib/soc_template.bsv @@ -123,14 +123,6 @@ package Soc; Reset core_reset <-exposeCurrentReset; // slow peripheral reset {2} `ifdef Debug - Ifc_jtagdtm tap <-mkjtagdtm(clocked_by tck, reset_by trst); - rule drive_tmp_scan_outs; - tap.scan_out_1_i(1'b0); - tap.scan_out_2_i(1'b0); - tap.scan_out_3_i(1'b0); - tap.scan_out_4_i(1'b0); - tap.scan_out_5_i(1'b0); - endrule Ifc_DebugModule core<-mkDebugModule(reset_vector); `else Ifc_core_AXI4 core <-mkcore_AXI4(reset_vector);