Questions tagged [xilinx]

Xilinx is a major brand of Field Programmable Gate Arrays (FPGA) and CPLDs (Complex Programmable Logic Devices)

Xilinx is known for its devices:

  • Spartan
  • Virtex
  • Kintex
  • Artix
  • Zynq Portfolio: System on Chip device along with a FPGA
  • Versal: 7nm adaptive compute acceleration platform (ACAP)

And the software tools it offers:

  • Vivado HLS: IP creation using C, C++ and System C
  • Vivado IP Integrator: create, configure and integrate IPs
  • System Generator: define, implement and test DSP algorithms
  • Vitis: software and accelerated applications development
  • Vitis AI: AI inference stack to run neural networks

With intellectual properties like microblaze soft processor.

Useful links

1399 questions
-4
votes
1 answer

Xilinx clears signals in process synthesis

I have a project that works perfectly on simulation but when I'm going to do the synthesis process to program the FPGA, Xilinx ISE Design Suite on the oprmization process trims the signals that I use. This is the code VHDL of the main…
-6
votes
1 answer

Verilog code translation

im converting a verilog test bench to VHDL and need help understanding some parts as i am not familiar with verilog. initial begin ShiftEn <= 1'b1; FillSel <= 1'b1; DataIn_i <= 1'b0; DataIn_q <= 1'b0; repeat(16) @(posedge clk); DataIn_i <=…
semiautomatic
  • 17
  • 1
  • 2
1 2 3
93
94