- Design A Code Converter Circuit That Takes A 4 Bits Binary Number As Inputs And Find The Corresponding Output As Follows 1 (34.77 KiB) Viewed 20 times
Design a code converter circuit that takes a 4-bits binary number as inputs and find the corresponding output as follows
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Design a code converter circuit that takes a 4-bits binary number as inputs and find the corresponding output as follows
Design a code converter circuit that takes a 4-bits binary number as inputs and find the corresponding output as follows -If the input number is multiple of 5 then the output = (input * 4 + 2)/3 - If the input number is not multiple of 5 then output = (input * 3 - 1)/4 (Note that 0 is multiple of 5,, Note if the output = 5.7 the floor of 5.7 which = 5) Follow the steps for combinational circuit design and find the minimum POS for each output. Implement the design using Verilog, verify it by using waveform then download your circuit on the altera board, for Inputs switches will be used and for Outputs use LEDs.