Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top