mirror of https://github.com/YosysHQ/yosys.git
Missing endmodule
This commit is contained in:
parent
0ab1e496dc
commit
c761fa49b7
|
@ -288,3 +288,4 @@ endmodule
|
||||||
module abc9_test033(input clk, d, output reg q1, q2);
|
module abc9_test033(input clk, d, output reg q1, q2);
|
||||||
always @(posedge clk) q1 <= d;
|
always @(posedge clk) q1 <= d;
|
||||||
always @(posedge clk) q2 <= q1;
|
always @(posedge clk) q2 <= q1;
|
||||||
|
endmodule
|
||||||
|
|
Loading…
Reference in New Issue