How to generate schematic file from verilog source in Xilinx

Margus picture Margus · Apr 20, 2011 · Viewed 11.8k times · Source

What I'm doing

I started playing around with Xilinx ISE Design Suite and wrote simple Arithmetical Logic Units in verilog. Using verilog Unit Under Tests to create input and output signals for ISim, I verified, that the code works just as I want it.

I would like to generate schematic file from the verilog source.

Under tools menu, there is a schematic viewer enter image description here

, but I can not figure out, why:

  • it only lists first source file
  • and how to save generated file in project

Question:

How to generate schematic file from verilog source in Xilinx?

Answer

Violet Giraffe picture Violet Giraffe · May 9, 2011

1) You can double-click on a component to go deeper. In newer versions of ISE that expands the block in-place instead of switching your view to the module clicked.

2) Apparently, there's no saving option. The schematics is generated from HDL code, so there's not much sense in saving it anyway.