In response to: Script to compile Xilinx Primitives with Intel's FPGA Starter edition QuestaSim
Comment from: philip Member
Vivado IP is the next level of abstraction up. You would need to generate the FIR filter and then figure out which files you needed to include in your broader compile script. For example:
PLL:
- pll\pll_sim_netlist.vhdl
AXI IP:
- axis_broadcaster\gen\axis_broadcaster_sim_netlist.vhdl
- axis_combiner\gen\axis_combiner_sim_netlist.vhdl
- axis_register_slice\gen\axis_register_slice_sim_netlist.vhdl
DFX Controller: You will need something more elaborate like https://github.com/philipabbey/fpga/blob/main/VHDL/DFX_PS/modelsim_compile.cmd
There’s no simple answer here, you have to do the hard work to figure it out. Good Luck!
Latest Comments