This document describes the design and implementation of binary coded decimal (BCD) digit adders and multipliers on an FPGA platform. Specifically, it proposes a correction-free BCD digit adder that avoids the need for a correction circuit, improving speed and efficiency. It also proposes a BCD digit multiplier based on the Wallace tree architecture. The designs are described in VHDL, simulated, synthesized using Quartus II, and compared. Results show the correction-free BCD adder has the fastest delay and lowest power compared to other proposed adders. The BCD Wallace tree multiplier also achieves better performance than an array-based multiplier design.