Creating and Running Simple C# applications on Raspberry Pi 3 with mono

An older article before the time of the plague. Could be a bit outdated. Original creation 26/01/2020 In this short report I will try to explain the procedure of creating a simple C# project with Visual Studio 2019 that will run on a Raspberry Pi 3B+. This project will utilize a I2C sensor (tmp75) to… Read More Creating and Running Simple C# applications on Raspberry Pi 3 with mono

COE file creation in Python

After messing around with BRAM modules in Vivado and experimenting with ways to initialize them, I have concluded that the best way to do so is the .coe file. A simple way to create one is  python is shown below. References used : https://www.xilinx.com/support/documentation/sw_manuals/xilinx11/cgn_r_coe_file_syntax.htm PS: I know that truncating the last character of the file… Read More COE file creation in Python