InFAUN — Developer Community 🐾byMostafa WaelWhy does malloc initialize values to zero in GCC?As we know, malloc is used for dynamic memory allocation and is useful when you don’t know the amount of memory needed during compile time…Jun 1, 2022Jun 1, 2022
InFAUN — Developer Community 🐾byMostafa WaelHow to make a 20-bit address using two 16-bit registers in X80–86?We can do this using shifted addition. we deal with 2-addresses: the logical address which is represented as two 16-bit addresses and the…Jun 1, 2022Jun 1, 2022
InFAUN — Developer Community 🐾byMostafa WaelHow to use literals in expressions in VHDL?Literals are supported for synthesis, providing they are of a type acceptable to the logic synthesis tool. They are either synthesized as…Jun 1, 2022Jun 1, 2022
Mostafa WaelHow ModelSim Scripts Can Boost Your Workflow ?!I have been using ModelSim for a while and became bored of the need to create a new project every time I use it or the conflicts that…Feb 6, 2022Feb 6, 2022
InFAUN — Developer Community 🐾byMostafa WaelWhat is DMA and how does it work?DMA is short for direct access memory. It is a feature that allows certain hardware subsystems to deal directly with the memory independent…Sep 8, 2021Sep 8, 2021