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

Bsg mul add unsigned dev #454

Merged
merged 44 commits into from
Sep 18, 2024
Merged

Bsg mul add unsigned dev #454

merged 44 commits into from
Sep 18, 2024

Conversation

cknizek
Copy link
Collaborator

@cknizek cknizek commented Jul 10, 2024

New (separate) PR to add the BaseJump STL mul-add-unsigned file into Lakeroad

cknizek and others added 24 commits June 27, 2024 23:27
…d main.rkt in order to separate it from the other PR
Changing solver back to Bitwuzla
testing cvc5 solver
- stp didnt work so far
- bitwuzla didnt work so far
bin/main.rkt Outdated
Copy link
Owner

Choose a reason for hiding this comment

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

Unnecessary change, please remove

Copy link
Owner

Choose a reason for hiding this comment

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

I would add this to your private .git/info/exclude, not here!

Copy link
Owner

Choose a reason for hiding this comment

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

If you don't explicitly exclude this file, lit will try to run it like a test, which is part of why you're getting errors in CI:

...
Unresolved Tests (3):
  Lakeroad tests :: bsg_defines.sv
  Lakeroad tests :: bsg_dff.sv
  Lakeroad tests :: bsg_dff_chain.sv
...

Can you do two things:

  • Put the files into a folder called bsg_mul_add_unsigned
  • Exclude the files so that lit doesn't try to run them

You can see an example here:
https://github.com/uwsampl/lakeroad/pull/447/files#

Copy link
Owner

Choose a reason for hiding this comment

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

Please delete this whole folder, I think it was checked in accidentally!

lakeroad-private Outdated
Copy link
Owner

Choose a reason for hiding this comment

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

Why was this changed?

Copy link
Owner

Choose a reason for hiding this comment

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

Please get rid of this change

Copy link
Owner

@gussmith23 gussmith23 left a comment

Choose a reason for hiding this comment

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

GREAT WORK!!!!!!!!!!!!!

Thanks for being so persistent on this! Glad it's finally merged!

@cknizek cknizek merged commit f8ae396 into main Sep 18, 2024
4 checks passed
@cknizek cknizek deleted the bsg_mul_add_unsigned_dev branch September 18, 2024 22:45
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.

2 participants