VEDIC MULTIPLIERHola AmigosMultiplication in verilog seems an easy task however one must use and appropriate algorithm to save memory, space, RTL complexity, and performance.You all will find certainly various multipliers including the famous booth multiplier. I followed a different algo since I was having a tough time to understand Booth algo. My multiplication follows the methedologyContinue reading "Verilog Code for 8bit Vedic Multiplier"
Verilog Code for 16bit RISC Processor
16BIT RISC PROCESSORHola AmigosI have designed a 16bit RISC processor designed with Xilinx iSim ans iSim simulator. RISC stands for Reduced Instruction Set Computer which is small microprocessor designed to favour small tasks and compute instructions with less time for the execution process. Common RISC processors that you would see around are ARM, MIPS, IBM Pc. Why wasContinue reading "Verilog Code for 16bit RISC Processor"