Merge pull request #89 from olofk/scan_mode
Remove unused scan_mode input from dmi_wrapper. We will be releasing some fixes shortly which will have this change too. Accepting your PR so as not hold up any progress.
This commit is contained in:
commit
bb9f9ef37b
|
@ -22,7 +22,6 @@
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
module dmi_wrapper(
|
module dmi_wrapper(
|
||||||
input scan_mode, // scan mode
|
|
||||||
|
|
||||||
// JTAG signals
|
// JTAG signals
|
||||||
input trst_n, // JTAG reset
|
input trst_n, // JTAG reset
|
||||||
|
|
|
@ -414,7 +414,6 @@ module swerv_wrapper
|
||||||
|
|
||||||
// Instantiate the JTAG/DMI
|
// Instantiate the JTAG/DMI
|
||||||
dmi_wrapper dmi_wrapper (
|
dmi_wrapper dmi_wrapper (
|
||||||
.scan_mode(scan_mode), // scan mode
|
|
||||||
|
|
||||||
// JTAG signals
|
// JTAG signals
|
||||||
.trst_n(jtag_trst_n), // JTAG reset
|
.trst_n(jtag_trst_n), // JTAG reset
|
||||||
|
|
Loading…
Reference in New Issue