Size: a a a

FPGA technical questions

2019 December 16

A

Abdulahad in FPGA technical questions
Parameter  value =7

Reg [value -1: 0] xo
Wire y0
y0=|xo

What hardware will it gen erate for value =1 ?
источник

A

Abdulahad in FPGA technical questions
Interview question👆
источник

K

Konstantin in FPGA technical questions
X0- Array of range [0:0], single wire. Reduce or  function from x should be X so you will have direct connection from x0 to y0
источник
2019 December 17

A

Abdulahad in FPGA technical questions
Thanks.
источник

PI

Prince😊 Ind in FPGA technical questions
Hi all,
Please share docs of SoC verification platforms using HW emulation and co-modeling Testbench technologies
источник
2019 December 19

JR

Joshua Roy in FPGA technical questions
Does anyone have any codes or good articles on image watermarking?
источник
2019 December 22

H

Hiwot in FPGA technical questions
• The Overall architecture of the Audio processing System
• Prepare the differential equation and a block diagram for each Audio
effect.
• Explain in detail the function of each system.
источник

H

Hiwot in FPGA technical questions
источник
2019 December 24

A

A in FPGA technical questions
Cool
источник
2019 December 29

H

Hiwot in FPGA technical questions
Can anyone give me the code for delay audio effect?? Please
источник

K

Konstantin in FPGA technical questions
Hiwot
Can anyone give me the code for delay audio effect?? Please
Could you please give a bit more technical information?
источник

Х

Х in FPGA technical questions
Hiwot
Can anyone give me the code for delay audio effect?? Please
2 port memory enough
источник

K

Konstantin in FPGA technical questions
Simple FIFO with read starting from certain threshold ( delay value) should work fine for this task
источник

H

Hiwot in FPGA technical questions
Konstantin
Could you please give a bit more technical information?
So I’m designing an audio system that takes an audio system and adds one of the 5 audio effects . And one of the effects is delay, i need help on the vhdl code
источник
2019 December 30

AN

Alexander Nepryaev in FPGA technical questions
Hiwot
So I’m designing an audio system that takes an audio system and adds one of the 5 audio effects . And one of the effects is delay, i need help on the vhdl code
You can try use - two independent clock fifo (xilinx fifo ip core for example)
источник

PB

Pappa B.I.G in FPGA technical questions
Can anyone help me about how display an image on vga in vhdl?
источник

AN

Alexander Nepryaev in FPGA technical questions
Hiwot
So I’m designing an audio system that takes an audio system and adds one of the 5 audio effects . And one of the effects is delay, i need help on the vhdl code
Or make create self delay module based on shift registers as this https://surf-vhdl.com/how-to-implement-a-shift-register-in-vhdl/
источник
2020 January 01

MK

Michael Korobkov in FPGA technical questions
Моё почтение господа
источник

H

Hiwot in FPGA technical questions
How do i write port maps for components of vhdl codes??
источник

PB

Pappa B.I.G in FPGA technical questions
Name : component_name port map (comp_in => entity_in , comp_in2=> entity_in2, comp_out => entity_out) ;
источник