Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rdformat test #102

Closed
wants to merge 803 commits into from
Closed

Rdformat test #102

wants to merge 803 commits into from

Conversation

wsipak
Copy link
Contributor

@wsipak wsipak commented Oct 18, 2021

No description provided.

RRozak added 30 commits July 2, 2021 10:18
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Add main.cpp file to array-copy test
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
RRozak and others added 26 commits September 15, 2021 10:41
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Add tests of patterns as localparams values
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
Signed-off-by: Ryszard Różak <[email protected]>
This reverts commit 9d5b717.
:tags: 8.5
:type: simulation parsing
*/
module class_tb ();

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Declared module does not match the first dot-delimited component of file name: "8"

:type: simulation parsing
*/
module class_tb ();
class test_cls;

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not tabs.

*/
module class_tb ();
class test_cls;
int a;

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not tabs.

module class_tb ();
class test_cls;
int a;
endclass

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not tabs.

int a;
endclass

test_cls test_obj;

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not tabs.

typedef enum {A = 10, B = 20, C = 30, D = 1} e_type;
endclass

test_cls test_obj;

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not tabs.


test_cls test_obj;

initial begin

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not tabs.

test_cls test_obj;

initial begin
test_obj = new;

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not tabs.


initial begin
test_obj = new;
$display(test_obj.C);

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not tabs.

initial begin
test_obj = new;
$display(test_obj.C);
end

Choose a reason for hiding this comment

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

⚠️ [verible] reported by reviewdog 🐶
Use spaces, not 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.

4 participants