[Solved] Implement MATLAB algorithm in Spartan 3E

RS232 is a connection port for things like UART. If you are asking about downloading matlab code into an FPGA, then no. You can create simulink models and include them into your designs at compile time; but this has nothing to do with RS232. solved Implement MATLAB algorithm in Spartan 3E

[Solved] how to take /use serial input in verilog?

You just need to add a UART (a Universal Asynchronous Receiver/Transmitter) to your FPGA design. Connect the TX and RX signals from the UART to the MAX232, convert them to RS-232 voltage levels, and then connect to the PC. You should be able to find sample code on your own, now that you know what … Read more