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

Test suite: fix topEntity inclusion Ram/RMultiTop #2195

Merged
merged 1 commit into from
Jun 14, 2022
Merged

Conversation

DigitalBrains1
Copy link
Member

Instead of testBench testing topEntity, the former included a
functionally indentical copy of the latter.

Fixes #2192

Still TODO:

  • Write a changelog entry (see changelog/README.md)
  • Check copyright notices are up to date in edited files

Instead of `testBench` testing `topEntity`, the former included a
functionally indentical copy of the latter.

Fixes #2192
@DigitalBrains1 DigitalBrains1 marked this pull request as draft May 8, 2022 09:59
@DigitalBrains1 DigitalBrains1 marked this pull request as ready for review May 11, 2022 14:18
Comment on lines +5 to +7

{-# OPTIONS_GHC -Wno-orphans #-}

Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be needed.

Copy link
Member Author

@DigitalBrains1 DigitalBrains1 May 18, 2022

Choose a reason for hiding this comment

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

Depends on your definition of "needed". I like to compile HDL with -Wall and not have any warnings, and then it's needed, since we use createDomain below.

So instead of "this shouldn't be needed", I'd like to counter "we should change CI so this actually is needed" 😆

(I'm not actually suggesting we do that now)

@alex-mckenna alex-mckenna merged commit 4174d58 into master Jun 14, 2022
@alex-mckenna alex-mckenna deleted the issue-2192 branch June 14, 2022 09:29
mergify bot pushed a commit that referenced this pull request Jun 14, 2022
Instead of `testBench` testing `topEntity`, the former included a
functionally indentical copy of the latter.

Fixes #2192

(cherry picked from commit 4174d58)
alex-mckenna pushed a commit that referenced this pull request Jun 14, 2022
Instead of `testBench` testing `topEntity`, the former included a
functionally indentical copy of the latter.

Fixes #2192

(cherry picked from commit 4174d58)

Co-authored-by: Peter Lebbing <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clash-testsuite ... Ram/RMultiTop includes top entity in test bench
3 participants