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.

DFT compiler error: can't find the design feu_ctl

Status
Not open for further replies.

akrlot

Member level 3
Joined
Jan 14, 2005
Messages
55
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
450
hi;
my synthesis script contains these line
read -format VHDL fsm.vhd
current_design feu_ctl --feu_ctl is the name of entity in fsm.vhd
i get this message: cant find the design feu_ctl
how to resolve this problem.thx
 

Re: dft compiler problem

this message means you set the wrong top name.
You need to check your top design name(try to find entity aaa (vhdl) or module aaa(verilog)) .

you can use
==>remove_design -all
to cancel all design first

then set current design again.
===> current_design aaa
 

    akrlot

    Points: 2
    Helpful Answer Positive Rating
dft compiler problem

btw, this is design compiler
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top