Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate schematic file from verilog source in Xilinx

Tags:

verilog

xilinx

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?

like image 351
Margus Avatar asked Apr 20 '11 17:04

Margus


1 Answers

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.

like image 137
Violet Giraffe Avatar answered Sep 22 '22 12:09

Violet Giraffe