Generating a Netlist for Verilog Source Files Not Supported in CLIP
- Updated2023-02-17
- 1 minute(s) read
Generating a Netlist for Verilog Source Files Not Supported in CLIP
The following steps provide an example of how to generate an EDIF netlist from a Xilinx IP core:
- Open the example project for your IP core in Vivado.
- Set the appropriate top-level source file for which you plan to generate a netlist.
- Run synthesis.
- Open the Synthesized Design using one of the following methods:
- Select Open Synthesized Design in the Synthesis Completed pop-up window.
- Select the Design Run tab, then select Open Synthesized Design in the left hand pane.
- In the Tcl Console, enter write_edif <name of entity>.edf to create the netlist you will use when you import the IP core into your LabVIEW project. The netlist location is indicated by the Tcl Console window.
- To build .edf files for an associated cell, enter the following command: For example, to create an .edf for clock_module_i, enter the following command:
write_edif -cell <name of cell> <file name>.edf
write_edif -cell clock_module_i aurora_64b66b_clock_module.edf
- Copy the netlist into your LabVIEW FPGA CLIP directory.
- Include your netlist in the list of synthesis files when running the LabVIEW Configure Component-Level IP wizard.