rishabh_1999
Newbie
Hi all...I am working as DFT Inter...Yesterday I used Design Compiler tool
It's showing D8 & D10 DRC's
I tried autofixing with following commands
Fix the Clock DRC using Autofix
Fix the Clock RESET using Autofix
But could not solve DRC...I also search online but could't get commands to solve DRC's...please share some insights
It's showing D8 & D10 DRC's
I tried autofixing with following commands
Fix the Clock DRC using Autofix
Code:
dc_shell > set_dft_configuration -fix_clock enable
dc_shell > set_dft_signal -view spec -type TestData -port clk
dc_shell > set_dft_signal -view spec -type TestMode -port TestMode
-active_state 1
dc_shell > set_autofix_configuration -type clock -control TestMode
Fix the Clock RESET using Autofix
Code:
dc_shell > set_dft_configuration -fix_reset enable
dc_shell > set_dft_signal -view spec -type TestData -port reset
dc_shell > set_autofix_configuration -type reset -control TestMode -test_data reset
But could not solve DRC...I also search online but could't get commands to solve DRC's...please share some insights
Last edited by a moderator: