Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] How to edit a .v file that has been outputted by Core Generator?

Status
Not open for further replies.

kenleigh

Member level 1
Joined
Jan 3, 2011
Messages
36
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,525
I used Core Generator to prepare a clock resource to generate a specific frequency. It generated a PLL_Base primitive and few BUFG's.
However I get at error when synthesizing and it says that I need to add on ODDR2 component at the output of the BUFG.
For this I need to edit the .v file generated by Core Generator. However in the Design panel I can see only 2 files

1 .xco file (generated by core generator)
2. .v file (my top level verilog module)

I can view the .v file of the Core Generator by right clicking the .xco and clicking View Function HDL model. However I cannot edit it. Any ideas how to do it?
 

notepad. vim. anything that isn't ISE.

or just make sure the OBUF's for the clock aren't in the .v file already, and place the ODDR outside the module. that way you can regenerated the core if there are any updates and not have to re-modify it.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top