Draw the logic diagram for the circuit that represents
this code. Use the proper flip-flop symbols.
PLEASE AND THANK YOU
module pb1 input clk, x, output reg y1, y2); wire w = x1( -1); always @(posedge clk) y2 <= w; always @(negedge clk) y1 <= y2; endmodule
module pb1 input clk, x, output reg y1, y2); wire w = x1( -1); always @(posedge clk) y2 <= w; always @(negedge clk) y1 <
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
module pb1 input clk, x, output reg y1, y2); wire w = x1( -1); always @(posedge clk) y2 <= w; always @(negedge clk) y1 <
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!