HolySaint
Full Member level 3
dft_drc
Hi,
I have a module A:
module A()
B B()
endmodule
The B is a hardware IP, and it is Performed Scan Replacement.
Now I want to insert scan in my design A,and route the flip-flop in IP B which is already scan replaced.
I also don't want to change everything of the IP and just route the regs in B and regs in our design together.
Our design has the test ports. And the IP has test pins too.
How can I do to route them together?
Thanks for ur answers.
Hi,
I have a module A:
module A()
B B()
endmodule
The B is a hardware IP, and it is Performed Scan Replacement.
Now I want to insert scan in my design A,and route the flip-flop in IP B which is already scan replaced.
I also don't want to change everything of the IP and just route the regs in B and regs in our design together.
Our design has the test ports. And the IP has test pins too.
How can I do to route them together?
Thanks for ur answers.