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.

5 points for helping me

Status
Not open for further replies.

mamsamae

Member level 1
Joined
Nov 29, 2006
Messages
40
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
1,496
i use ise8.2 to design CORDIC(containing BlockRam) unit when i try to simulates it in the modelsim SE PLUS 6.0c the follwing error is appearing

# ** Error: ../../../cpu/work/src/fp_cordic.vhd(70): (vcom-1141) 'precordic' is not a component declaration# ** Error: ../../../cpu/work/src/fp_cordic.vhd(71): Statement cannot be labeled.
# ** Error: ../../../cpu/work/src/fp_cordic.vhd(100): (vcom-1141) 'postcordic' is not a component declaration
# ** Error: ../../../cpu/work/src/fp_cordic.vhd(102): VHDL Compiler exiting
# ** Error: J:/FPGAdv70PS/Modeltech/win32/vcom failed.



plz help me
 

Hi,

In the design file do you have ?
**************
Entity precordic is
....

Architecture NameArch of precordic is
***********************
and in the test file ?

************
Entity test is
...

Component precordic
....

for all: precordic use entity work.precordic(NameArch)
 

    mamsamae

    Points: 2
    Helpful Answer Positive Rating
thank u very much, here is ur 5 pts
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top