WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2007-Apr-06 13:29:18

rrao
Member
Registered: 2007-Apr-06
Posts: 16

problem while synthesizing radio_controller_0_wrapper.v...

I am using ver 8.2 of everything. I am getting an error when I "Generate Bitstream". The MPD file seems to have these defined.
Thanks,
Raghu


Writing HDL for elaborated instances ...


Inserting wrapper level ...

Completion time: 1.00 seconds

Constructing platform-level connectivity ...

Completion time: 1.00 seconds

Writing (top-level) BMM ...

Writing (top-level and wrappers) HDL ...


Generating synthesis project file ...


Running XST synthesis ...
INFO:MDT - The following instances are synthesized with XST. The MPD option
   IMP_NETLIST=TRUE indicates that a NGC file is to be produced using XST
   synthesis. IMP_NETLIST=FALSE (default) instances are not synthesized.
txmem2_opbw_0_wrapper (txmem2_opbw_0) - C:\users\raghu\sysgen\txmem2\txmem2.mhs
line 180 - Running XST synthesis

reset_block_wrapper (reset_block) - C:\users\raghu\sysgen\txmem2\txmem2.mhs line
189 - Running XST synthesis

radio_controller_0_wrapper (radio_controller_0) -
C:\users\raghu\sysgen\txmem2\txmem2.mhs line 205 - Running XST synthesis

ERROR:HDLCompilers:200 - "../hdl/radio_controller_0_wrapper.v" line 287 Target of defparam 'radio_controller_0.C_BASEADDR' does not exist
ERROR:HDLCompilers:200 - "../hdl/radio_controller_0_wrapper.v" line 288 Target of defparam 'radio_controller_0.C_HIGHADDR' does not exist
ERROR:HDLCompilers:200 - "../hdl/radio_controller_0_wrapper.v" line 289 Target of defparam 'radio_controller_0.C_OPB_AWIDTH' does not exist
ERROR:HDLCompilers:200 - "../hdl/radio_controller_0_wrapper.v" line 290 Target of defparam 'radio_controller_0.C_OPB_DWIDTH' does not exist
ERROR:HDLCompilers:200 - "../hdl/radio_controller_0_wrapper.v" line 291 Target of defparam 'radio_controller_0.C_FAMILY' does not exist
ERROR:Xst - Unexpected error found while building hierarchy.

ERROR:MDT - HDL synthesis failed!
INFO:MDT - Refer to
   C:\users\raghu\sysgen\txmem2\synthesis\radio_controller_0_wrapper_xst.srp for
   details

ERROR:MDT - platgen failed with errors!

make: *** [implementation/radio_controller_0_wrapper.ngc] Error 2

Done!

Offline

 

#2 2007-Apr-06 14:42:14

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: problem while synthesizing radio_controller_0_wrapper.v...

I suspect you're using an outdated version of radio_controller_v1_08_a. This problem should be fixed in the latest revsion (rev 542). Try updating your EDK_user_repository (be sure XPS isn't running when you do, so that it finds the udpated .pao file when it re-opens your project).

Offline

 

#3 2007-Apr-06 15:00:11

rrao
Member
Registered: 2007-Apr-06
Posts: 16

Re: problem while synthesizing radio_controller_0_wrapper.v...

I just reinstalled the EDK_user_repository from the WARP web site. But I still get the same error. I reinstalled EDK 8.2 and all of WARP s/w just now but get the same problem.

Offline

 

#4 2007-Apr-06 15:41:38

rrao
Member
Registered: 2007-Apr-06
Posts: 16

Re: problem while synthesizing radio_controller_0_wrapper.v...

Ok, updated the repository and that seemed to work with one more fix:

I ran into the


ERROR:MDT - fpga_0_radio_bridge_slot_2_radio_DIPSW (radio_DIPSW) -
   C:\users\raghu\sysgen\txmem2\txmem2.mhs line 521 - connection has no driver!
ERROR:MDT - fpga_0_radio_bridge_slot_3_radio_DIPSW (radio_DIPSW) -
   C:\users\raghu\sysgen\txmem2\txmem2.mhs line 450 - connection has no driver!
ERROR:MDT - fpga_0_radio_bridge_slot_4_radio_DIPSW (radio_DIPSW) -
   C:\users\raghu\sysgen\txmem2\txmem2.mhs line 379 - connection has no driver!

which I could fix with the following :
PORT fpga_0_radio_bridge_slot_2_radio_DIPSW_pin = fpga_0_radio_bridge_slot_2_radio_DIPSW, DIR = I, VEC = [3:0]
fix by changing txmem2.mhs and turned them all into input ports (posted on another thread in the forum).

Seem to be making progress,
Thanks,

Offline

 

Board footer