Skip to content

[pull] Implement verilog with bad formatting#112

Open
mczyz-antmicro wants to merge 1 commit into
antmicro:mczyz/test-fpullfrom
mczyz-antmicro:mczyz/test-format-pull
Open

[pull] Implement verilog with bad formatting#112
mczyz-antmicro wants to merge 1 commit into
antmicro:mczyz/test-fpullfrom
mczyz-antmicro:mczyz/test-format-pull

Conversation

@mczyz-antmicro

Copy link
Copy Markdown

No description provided.

Comment thread module.sv
Comment on lines +1 to +2
module hello(
input clk);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[verible-verilog-format] reported by reviewdog 🐶

Suggested change
module hello(
input clk);
module hello (
input clk
);

Comment thread module.sv
Comment on lines +4 to +7
initial
begin: proc_disp_hi
$display("Hello");
end

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[verible-verilog-format] reported by reviewdog 🐶

Suggested change
initial
begin: proc_disp_hi
$display("Hello");
end
initial begin : proc_disp_hi
$display("Hello");
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant