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

[dv] The TCK frequence in jtag_if is not configured explicitly for top-level tests #24603

Open
rswarbrick opened this issue Sep 19, 2024 · 1 comment
Labels
Component:DV DV issue: testbench, test case, etc.

Comments

@rswarbrick
Copy link
Contributor

Description

At the moment, the frequency comes from jtag_if.sv itself. Making this frequency more sensible for GLS meant we needed to add an ifdef (issue #24580). To make this a bit clearer, we should probably:

  1. Add something to the top-level test UVM configuration to explicitly set a JTAG frequency.
  2. Make the frequency silly if it hasn't been configured, but overridden by something sensible for GLS.
  3. "For extra credit": Come up with some way to configure this sensibly for GLS to avoid needing to encode facts about the technology target for Earlgrey into jtag_if.sv(!)
@rswarbrick rswarbrick added the Component:DV DV issue: testbench, test case, etc. label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:DV DV issue: testbench, test case, etc.
Projects
None yet
Development

No branches or pull requests

2 participants
@rswarbrick and others