Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Conversation

@kamilrakoczy
Copy link
Collaborator

Signed-off-by: Kamil Rakoczy krakoczy@antmicro.com

Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
endfunction

localparam int unsigned VADDR = ASSIGN_VADDR();
if (VADDR[0] != 5) begin
Copy link

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

endfunction

localparam int unsigned VADDR = ASSIGN_VADDR();
if (VADDR[0] != 5) begin
Copy link

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
All generate block statements must have a label [Style: generate-statements] [generate-label]


localparam int unsigned VADDR = ASSIGN_VADDR();
if (VADDR[0] != 5) begin
$fatal(1,"--[0] should be 5 ");
Copy link

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

localparam int unsigned VADDR = ASSIGN_VADDR();
if (VADDR[0] != 5) begin
$fatal(1,"--[0] should be 5 ");
end;
Copy link

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

if (VADDR[0] != 5) begin
$fatal(1,"--[0] should be 5 ");
end;
if (VADDR[1] != 5) begin
Copy link

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

if (VADDR[0] != 5) begin
$fatal(1,"--[0] should be 5 ");
end;
if (VADDR[1] != 5) begin
Copy link

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
All generate block statements must have a label [Style: generate-statements] [generate-label]

$fatal(1,"--[0] should be 5 ");
end;
if (VADDR[1] != 5) begin
$fatal(1,"--[1] should be 5");
Copy link

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

end;
if (VADDR[1] != 5) begin
$fatal(1,"--[1] should be 5");
end;
Copy link

Choose a reason for hiding this comment

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

⚠️ [verible-verilog-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant