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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…