12-13-2017 02:41 AM
Hi all,
My design synthesis is stuck at the following message place. Even after over night its still running. I took this design and ran in other system. In that it was completes the synthesis. I uninstalled and re-installed the vivado 15.4 tool in my system. But the issue is not solved. Even, already bit file generated design also stuck in this place.
Thanks & Regards
Rajesh.M
---------------------------------------------------------------------------------
Start Part Resource Summary
---------------------------------------------------------------------------------
Part Resources:
DSPs: 900 (col length:140)
BRAMs: 1090 (col length: RAMB18 140 RAMB36 70)
---------------------------------------------------------------------------------
Finished Part Resource Summary
---------------------------------------------------------------------------------
INFO: [Synth 8-5580] Multithreading enabled for synth_design using a maximum of 2 processes.
Start Parallel Synthesis Optimization : Time (s): cpu = 00:06:58 ; elapsed = 00:07:09 . Memory (MB): peak = 1058.207 ; gain = 887.441
12-15-2017 05:10 AM
Hi,
My problems was solved. Initially i uninstalled and re-installed the vivado tool. Though my problem was not solved and finally changed my OS(same windows version). Now my design is completely running to end.
Thanks & Regards
Rajesh.M
Part Resources:
DSPs: 900 (col length:140)
BRAMs: 1090 (col length: RAMB18 140 RAMB36 70)
---------------------------------------------------------------------------------
Finished Part Resource Summary
---------------------------------------------------------------------------------
INFO: [Synth 8-5580] Multithreading enabled for synth_design using a maximum of 2 processes.
Start Parallel Synthesis Optimization : Time (s): cpu = 00:27:46 ; elapsed = 00:28:16 . Memory (MB): peak = 1959.164 ; gain = 1788.453
---------------------------------------------------------------------------------
Start Cross Boundary Optimization
---------------------------------------------------------------------------------
WARNING: [Synth 8-3917] design Top_Eth_Design has port sfp_tx_disable driven by constant 0
12-13-2017 02:47 AM - edited 12-13-2017 02:48 AM
Your design using pretty high number of BRAMs . Are you sure you really need that much number of BRAMs. It may issue with your coding style .
I would recommend you to use Block Memory generator IP or use language template for BRAM inference and try synthesis again
12-13-2017 02:53 AM
Hi,
If your synthesis process isn't clean, then it would be meaningless to proceed to Impl.
You message contains very little info so as to guess the problem origin.
I see that you use DSPs and BRAMs. Are you instantiating Xilinx primitives for them or are they being inferred by the synth tool from your RTL?
You can recheck your RTL, the part where these memories are described/instiantiated.
------------FPGA enthusiast------------
Consider giving "Kudos" if you like my answer. Please mark my post "Accept as solution" if my answer has solved your problem
12-13-2017 02:58 AM
12-13-2017 03:03 AM
Hi @rajesh.zoho
Looks like issue is specific to your machine. Which OS you are using? Is that supported one?
Try enabling multithreading based on the no. of processors you have. Refer link below, page 7:
https://www.xilinx.com/support/documentation/sw_manuals/xilinx2017_3/ug904-vivado-implementation.pdf
Regards
Rohit
----------------------------------------------------------------------------------------------
Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful.
Give Kudos to a post which you think is helpful and reply oriented.
----------------------------------------------------------------------------------------------
12-13-2017 03:23 AM
Hi, This is my system configuration. The design is complied two days before. facing this problem from yesterday.
12-13-2017 03:24 AM
12-13-2017 03:30 AM - edited 12-13-2017 03:37 AM
Hi @rajesh.zoho,
1. Can you try by applying tcl command "set_param general.maxThreads 8” and then rerun the synthesis?
2. Also are you running synthesis with number jobs 8? If not, try with 8.
3. Also provide Vivado.log and provide synthesis log file if it completes on other machine.
Regards,
hemangd
12-13-2017 03:31 AM
12-15-2017 05:10 AM
Hi,
My problems was solved. Initially i uninstalled and re-installed the vivado tool. Though my problem was not solved and finally changed my OS(same windows version). Now my design is completely running to end.
Thanks & Regards
Rajesh.M
Part Resources:
DSPs: 900 (col length:140)
BRAMs: 1090 (col length: RAMB18 140 RAMB36 70)
---------------------------------------------------------------------------------
Finished Part Resource Summary
---------------------------------------------------------------------------------
INFO: [Synth 8-5580] Multithreading enabled for synth_design using a maximum of 2 processes.
Start Parallel Synthesis Optimization : Time (s): cpu = 00:27:46 ; elapsed = 00:28:16 . Memory (MB): peak = 1959.164 ; gain = 1788.453
---------------------------------------------------------------------------------
Start Cross Boundary Optimization
---------------------------------------------------------------------------------
WARNING: [Synth 8-3917] design Top_Eth_Design has port sfp_tx_disable driven by constant 0