problem in defining shift enable signal in RTL COMPILER

Status
Not open for further replies.

binod_kumar

Newbie level 5
Joined
Sep 15, 2015
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
85
Hi,
I am defining shift enable signal by writing

Code:
define_dft shift_enable -name {scan_en} -active {high} -create_port {SCAN_ENABLE}  ${top_module}

but it is throwing following error

Error : A command argument did not match any of the acceptable command options. [TUI-64] [define_dft shift_enable]



kindly help.
 

I think you need to add "-design" in front of ${top_module} or you only:
Code:
define_dft shift_enable -name {scan_en} -active {high} -create_port {SCAN_ENABLE}
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…