Remove unused scan_mode input from dmi_wrapper
This causes the dmi wrapper from SweRV EH1 and SweRV EL2 to have the same interface which makes it easier to use the two CPU cores interchangeably in a design.
This commit is contained in:
parent
7332edc0ad
commit
bcf505751e
|
@ -22,7 +22,6 @@
|
|||
//-------------------------------------------------------------------------------------
|
||||
|
||||
module dmi_wrapper(
|
||||
input scan_mode, // scan mode
|
||||
|
||||
// JTAG signals
|
||||
input trst_n, // JTAG reset
|
||||
|
|
|
@ -414,7 +414,6 @@ module swerv_wrapper
|
|||
|
||||
// Instantiate the JTAG/DMI
|
||||
dmi_wrapper dmi_wrapper (
|
||||
.scan_mode(scan_mode), // scan mode
|
||||
|
||||
// JTAG signals
|
||||
.trst_n(jtag_trst_n), // JTAG reset
|
||||
|
|
Loading…
Reference in New Issue