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:
Olof Kindgren 2021-01-15 17:14:47 +01:00
parent 7332edc0ad
commit bcf505751e
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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