You are awesome 😎 This online website for coding just saved my life 💜❤️
@nitdawg0072 жыл бұрын
Thanks. This a great resourse to learn VHDL. I was trying out a simple OR gate example with free account but run was clicked it said a do file was created but the simulation never appeared.
@nitdawg0072 жыл бұрын
Ignore my previous comment I figured it out and it works.
@AkbarRajaei3 жыл бұрын
Do you use Vunit or UVVM/OSVVM ? Whether yes or not, please share your opinion.
@babatundetaiwo2817 Жыл бұрын
What does initializing a signal do in hardware? do the initialization add to the synthesis performed by the EDA tool?
@mashur78352 жыл бұрын
I have an fpga with 27MHz clock. Can I use both the pos edge and neg edge to create a 54Mhz sclk signal for the spi slave?
@Karnataka_Bengaluru5 жыл бұрын
hey russel thanks for the video .. but there is some problem in this code I'm not able to run synthesis in vivado 2018.3 ... can u please check it out ...
@euxheniodragoj28065 жыл бұрын
std_logic_vector is missing "(7 downto 0)" in a couple of places if you downloaded the code from GitHub. Compare it with the video, look for "i_TX_Byte" and "o_RX_Byte". Help yourself with this: www.edaplayground.com/x/5CMQ Also the "to_hstring" explicit cast was not working for me, in the report statements, at the end of TestBench. I just commented them. I was simulating on Active-HDL software and was able to debug it. Live Update: Active HDL was set to VHDL version 2002 and was not recognizing the to_hstring function. Solve it by setting to the last version of VHDL.