Skip to content

Conversation

@gmartina
Copy link

New Features

Tests converted to OSVVM:

  • tb/arith/addw
  • tb/arith/counter_bcd
  • tb/arith/prefix_and
  • tb/arith/prefix_or

Changes

  • Added new tb files and updated .pro files

Documentation

  • Not updated

Tests

  • Regresion tests passed.

Related Issues and Pull-Requests

@Paebbels
Copy link
Member

@gmartina any ideas why your PR didn't launch a workflow run in GitHub Actions?

@Paebbels Paebbels self-requested a review November 22, 2025 17:05
Copy link
Member

@Paebbels Paebbels left a comment

Choose a reason for hiding this comment

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

Please check my findings and try to push a new commit, so GitHub Actions gets triggered. Usually GitHub should propose a button to allow your CI run.

All other code and style is very good.

/cc @stefanunrein

-- vim: tabstop=2:shiftwidth=2:noexpandtab
-- kate: tab-width 2; replace-tabs off; indent-width 2;
-- =============================================================================
-- Authors:
Copy link
Member

Choose a reason for hiding this comment

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

Please add your author name and the original name from the old file(s).

use entity work.arith_addw_TestController(Simple);
end for;
end for;
end configuration; No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

Missing linebreak at the end of the file.

Copy link
Member

Choose a reason for hiding this comment

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

Some other files have also missing linebreaks at the end.

Comment on lines 115 to 116
WaitForClock(Clock);
WaitForClock(Clock);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
WaitForClock(Clock);
WaitForClock(Clock);
WaitForClock(Clock, 2);

WaitForClock has a second optional parameter for the number of clock cycles. default = 1

@Paebbels Paebbels added the enhancement New feature or request label Nov 22, 2025
@gmartina
Copy link
Author

@gmartina any ideas why your PR didn't launch a workflow run in GitHub Actions?

@Paebbels the workflow is blocked. This is what I see in Actions:
This workflow is awaiting approval from a maintainer in #25

Please check my findings and try to push a new commit, so GitHub Actions gets triggered. Usually GitHub should propose a button to allow your CI run.

All other code and style is very good.

/cc @stefanunrein

PR updated.

@Paebbels
Copy link
Member

Paebbels commented Nov 23, 2025

This time I see a button and I activated it. I think once your PR is successful and merged, further PRs should be active right a way. Otherwise I can also upgrade your account as a contributor - if you like.

image

@Paebbels Paebbels self-requested a review November 23, 2025 08:16
@Paebbels Paebbels merged commit 62ee0ee into VHDL:dev Nov 23, 2025
18 of 19 checks passed
This was referenced Nov 23, 2025
@stefanunrein
Copy link

@gmartina thanks for your contribution. Looks good!

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants