Replies: 3 comments 3 replies
-
What is the type of scan_out_module ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
An issue with a test case might be better as it doesn't sound like an unusual operation. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This was addressed in #3183 However, @maliberty was right in that ticket and we don't really need to punch a new port for scan out, we can just reuse the already existing port. So, we only need to punch a new scan out port if there is funcional logic before scan insertion and there are only ITerms in the net. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In the DFT tool, I am trying to connect a new created scan_out port at the top level module with the scan out of a scan cell.
The scan out of the cell is previously connected to a functional path, so I am doing something like:
When I print the BTerms of the net, I get both, the scan_out of the module and the previous connected port.
However, I doesn't seems to work if I write the verilog, as I am only seeing it being connected to the original functional port instead of being connected to both of them: scan out and functional port.
Is there something that am I missing?
Thanks,
Felipe
Beta Was this translation helpful? Give feedback.
All reactions