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
, 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?