Closed
Description
Hello,
I found a minor issue with the dff8
reference design.
The reference solution implements a
initial
q = 8'h0;
which makes the test fail when the LLM's answer is simply
module top_module (
input clk,
input [7:0] d,
output reg [7:0] q
);
always @(posedge clk)
q <= d;
endmodule
which in my opinion is correct.
Thank you for your attention!!
Luca
Metadata
Metadata
Assignees
Labels
No labels