anyone know what the heck is a top (in terms of FPGA stuffs)
searching isnt giving many useful results as usual :/
anyone know what the heck is a top (in terms of FPGA stuffs)
searching isnt giving many useful results as usual :/
@seliaste .. are you mocking me or ?
FPGA is feild-programmable-gate-array its a chip with a bunch of logic gates, that can be programmed to replicate the functionality of virtually any other chip-
you create a model of it in a hardware description language (usually VHDL or Verilog,) then you can either simulate that model, on your computer .. or you can program it to an FPGA to behave like that model,
.. or .. something like that im still trying to understand it fully tbh