Replies: 1 comment 1 reply
-
DFT is a finicky subject that has wildly differing methodologies across the industry. In my opinion, having the regblock generator handle this feels like too much of a special-case to justify supporting. In this situation, I would recommend inserting a trivial test mode override mux externally. Having some minimal glue logic around a register file is often inevitable since it is not always practical/possible to describe all the behavior in RDL. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Just wondering if this is supported or can somehow be emulated/achieved using the existing SystemRDL/regblock functionality.
Sometimes a field controls some critical chip function.
When in test-mode (e.g. scan) and the value of the FF (field storage) may receive random values, you want to over-ride the output of that FF with an external mux (on the "Q" of the FF so to speak) with an override value.
something of the form:
Make sense?
is there a way to achieve that?
I thought about using different reset signals, however that will reset the FF itself and not over-ride its output.
Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions