- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Folks,
wanted to know if anyone had any experience overriding or superseding some encrypted source. There is a pll that generates an application clock that I would like to reduce the frequency of. I have regenerated the corresponding pll with a slightly slower output frequency however the tools are not happy that there are 2 plls with the same name. Just wondering of there are any tricks/config that would help to accomplish my goal. Cheers, DCLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the original PLL is a standalone file, you could either remove/rename it, or modify the .qip to no longer point to it. Then just add your file. If the PLL is part an HDL file that has other things in it which must be read in, I can't think of a way. There's no way to read in an HDL entity/module and then discard it or replace it. (Configuration statements allow binding of modules to specific instantiations, but I don't know if they can be done separately.)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page