Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JTAG type as a configurable parameter #152

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

robertszczepanski
Copy link
Contributor

There is a new VeeR config parameter jtag_type that accepts values cltapc (centralized TAP controller) and emtapc (Embedded TAP controller). The first one supports IDCODE TAP command, the latter does not (responds with 0). By default cltapc is selected which keeps IDCODE command enabled. When emtapc is selected, RV_JTAG_NO_IDCODE define is generated which disabled IDCODE command.

JTAG ID is also set to 0 by default in the testbench.

Solves #146.

Copy link

Links to coverage and verification reports for this PR (#152) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

1 similar comment
Copy link

Links to coverage and verification reports for this PR (#152) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

@algrobman
Copy link

Are you sure this change is compatible with JTAG standard and RISCV debug spec?

Internal-tag: [#52131]
Signed-off-by: Robert Szczepanski <rszczepanski@antmicro.com>
Internal-tag: [#52131]
Signed-off-by: Robert Szczepanski <rszczepanski@antmicro.com>
@tmichalak
Copy link
Collaborator

As far as we understand, according to the JTAG standard (1149.1 section 8.2.1):

a) Public instructions shall be available for use by purchasers of a component.
b) The following public instructions shall be provided in all components claiming conformance to this
standard: BYPASS, SAMPLE, PRELOAD, and EXTEST (see 8.4, 8.6, 8.7, and 8.8, respectively).
c) If the optional device identification register is included in a component, the IDCODE instruction shall be provided

which basically seems to imply that IDCODE is optional.

Now, the riscv-debug spec in chapter 6 (Debug Transport Module) says:

An implementation can be compliant with this specification without implementing any of this section. In that case it must be advertised as conforming to “RISC-V Debug Specification 0.13.2, with custom DTM.” If the JTAG DTM described here is implemented, it must be advertised as conforming to the “RISC-V Debug Specification 0.13.2, with JTAG DTM

This means that removing the IDCODE from DTM of VeeR is compliant with both specifications, however we might need to issue a warning upon the generation of the VeeR configuration without the IDCODE that it is compliant with the "RISC-V Debug Specification, with custom DTM instead of with JTAG DTM.

Copy link

Links to coverage and verification reports for this PR (#152) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants