- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
EDIF to ngc
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-06-2011 04:06 AM
Hi,
I am trying to build a ofdm system using simulink and ISE. After generating the pcores from Simulink using system generator and exporting to EDK, I run synthesis, translate and map. It completes upto gobal optimization in map stage and then shows two errors
ERROR:PhysDesignRules:1829 - Incompatible programming for comp
system_i/ofdm_txrx_mimo_plbw_0/ofdm_txrx_mimo_plbw
ifft_39487f2855/fast_fourier_transform_6_0/fast_fo
lk00000004/blk000002d4/blk000002f9. In SDP mode, DOA_REG and DOB_REG must be programmed the same.
ERROR:PhysDesignRules:1829 - Incompatible programming for comp
system_i/ofdm_txrx_mimo_plbw_0/ofdm_txrx_mimo_plbw
fft_chan_est_78ad11efee/fft_73b5a3d002/fast_fourie
_instance/blk00000003/blk00000004/blk000002d4/blk0
I searched some answer records and found that it can be rectified by manually editing the EDIF. I generated the EDIF file from the ngc file of the pcore using ngc2edif command and made the necessary changes (just changed the integer value of one property from 0 to 1 as the answer record suggested).
Now how am I to generate the ngc file from edif file. I tried using the ngcbuild but it fails saying that one particular line in the edif file exceeds the 256 component name limit specified by the EDIF standards.
How am I proceed from this stage?
Solved! Go to Solution.
-- deleted --
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-06-2011 04:14 AM - edited 12-06-2011 04:21 AM
-- deleted --
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: EDIF to ngc
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-06-2011 04:18 AM
The reply suggested that I post the question in this implementation forum for further help. I will delete my post there. Is there any way other tahtn editing the EDIF file?
Re: EDIF to ngc
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-06-2011 05:18 AM
Re: EDIF to ngc
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-06-2011 11:47 PM
Thanks, the problem was solved. But why does that problem arise in the first place?
Re: EDIF to ngc
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-07-2011 12:05 AM
Maybe you generate the core in previous version. Or there's inconsistence between synthesis tool and implenetation tool.Or the DRC rule is stricter in current version.
Re: EDIF to ngc
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-07-2011 12:40 AM
Thanks :)











