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:
How to generate schematic file from verilog source in Xilinx?
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.