Skip to content

add module#107

Draft
mczyz-antmicro wants to merge 4 commits into
antmicro:mczyz/upstreamfrom
mczyz-antmicro:mczyz/fork
Draft

add module#107
mczyz-antmicro wants to merge 4 commits into
antmicro:mczyz/upstreamfrom
mczyz-antmicro:mczyz/fork

Conversation

@mczyz-antmicro

Copy link
Copy Markdown

No description provided.

Comment thread module.sv
@@ -0,0 +1,9 @@

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-lint] reported by reviewdog 🐶
Declared module does not match the first dot-delimited component of file name: "module" [Style: file-names] [module-filename]

Comment thread module.sv

initial
begin: proc_he
$display("helllo");

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-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

Comment thread rtl/module.sv
@@ -0,0 +1,10 @@

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-lint] reported by reviewdog 🐶
Declared module does not match the first dot-delimited component of file name: "module" [Style: file-names] [module-filename]

Comment thread rtl/module.sv
initial

begin: proc_he
$display("helllo");

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-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

Comment thread module.sv

always
begin: proc_clk
#(20) $display("tic");

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-lint] reported by reviewdog 🐶
Use spaces, not tabs. [Style: tabs] [no-tabs]

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