You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add something to the top-level test UVM configuration to explicitly set a JTAG frequency.
Make the frequency silly if it hasn't been configured, but overridden by something sensible for GLS.
"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(!)
The text was updated successfully, but these errors were encountered:
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:jtag_if.sv
(!)The text was updated successfully, but these errors were encountered: