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] Creating verilog from a schematic in xilinx

Status
Not open for further replies.

surajdash

Junior Member level 2
Joined
Jun 21, 2011
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,440
How can we create a verilog file from an already created schematics file in xilinx.
 

You should be able to get the Verilog from a schematic design in ISE. The file name should be the same name as the schematic file with ".vf"

You should find this file in your project directory, but you need to make sure your preferred language for the project is Verilog. Otherwise it'll make a .VHF; which is VHDL.

the .VF and .VHF files only exist if synthesis has been run on the schematic at least once. These files are a side-product of the synthesis process so they'll only be present if you've run synthesis at least once (they are removed as part of Cleanup Project Files).
 
Can this verilog file be used as a module in any other verilog code??

I have this question because I am designing an ADPLL and I have designed the ID Counter in schematics but I have the rest of the code in verilog that works fine.
So can I simply paste this verilog code ??
 

Can you tell me how do i write a testbench for a schematic??
 

Sir I have already written the code and tried. I just wanted to know how to write the testbench for a schematic file? We can normally write a testbench for a verilog file. But how do we do it for a schematic??
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top