If I'm using SystemVerilog, I'll use "logic" for pretty much everything. I'll use "wire" when I need multiple drivers. Within a FPGA, there's zero place for that, I only use it for testbenches where I need to model a bus with multiple devices. 0 Kudos Copy...
I want to have a simple PC interface that allows me to read/write these registers on the FPGA on the development board from the PC. It can be a command-line interface (I can later put a GUI on top of it). I'm guessing/hoping that the building blocks fo...
I want to have a simple PC interface that allows me to read/write these registers on the FPGA on the development board from the PC. It can be a command-line interface (I can later put a GUI on top of it). I'm guessing/hoping that the building blocks f...
I want to have a simple PC interface that allows me to read/write these registers on the FPGA on the development board from the PC. It can be a command-line interface (I can later put a GUI on top of it). I'm guessing/hoping that the building blocks fo...