Collection of VHDL language scripts made for different purposes.
- bcd_to_7seg: Simple converter from BCD code a 7 segments display.
- decoder: Three bits decoder.
- binary_to_bcd: Converter from binary code to BCD, used in many applications.
- complete_binary: Decimal counter which shows number in 7-segments display through BCD code.
- complete_frequency_meter: Frequency meter which uses one pin to measure frequency and shows value in 7-segments display.
- booth_multiplier: Booth multiplier, implemented in VHDL.
- booth_multiplier_sim: File used to simulation of booth multiplier, using TestBench.
Tested on EP4CE115F29C7 FPGA board.