1
0

Add a note to wire up jtag_mfr_id (#778)

Close #774
This commit is contained in:
edwardcwang 2017-06-02 18:53:14 -07:00 committed by Wesley W. Terpstra
parent 63b1f4f047
commit cdbf67be68

View File

@ -14,6 +14,11 @@ case class JtagDTMConfig (
idcodeVersion : Int, // chosen by manuf.
idcodePartNum : Int, // Chosen by manuf.
idcodeManufId : Int, // Assigned by JEDEC
// Note: the actual manufId is passed in through a wire.
// Do not forget to wire up io.jtag_mfr_id through your top-level to set the
// mfr_id for this core.
// If you wish to use this field in the config, you can obtain it along
// the lines of p(JtagDTMKey).idcodeManufId.U(11.W).
debugIdleCycles : Int)
case object JtagDTMKey extends Field[JtagDTMConfig]