6. What is common name for the circuit implemented by the following verilog code? module something (a,b,c,d,e); input b,
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
6. What is common name for the circuit implemented by the following verilog code? module something (a,b,c,d,e); input b,
6. What is common name for the circuit implemented by the following verilog code? module something (a,b,c,d,e); input b, c, d, e: output (7:0) a; reg (7:0) a; always e (posedge bor posedge c) begin if (c) begin a <a B'do ; and else if (d) begin à ma + 1; end else if (e) begin a ca - 17 and olse begin a <= at end end endmodule (1) BCD counter (b) one hot counter (c) gray code counter (d) up/down counter
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!