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

Add support for D inputs on DSP #255

Merged
merged 44 commits into from
Jul 20, 2023
Merged

Add support for D inputs on DSP #255

merged 44 commits into from
Jul 20, 2023

Conversation

ninehusky
Copy link
Collaborator

@ninehusky ninehusky commented May 23, 2023

  • Extends DSP primitive interface to support another input, D

  • Adds integration test for a module which Vivado (Vivado v2021.2 (64-bit), SW Build 3367213 on Tue Oct 19 02:47:39 MDT 2021, IP Build 3369179 on Thu Oct 21 08:25:16 MDT 2021) fails

  • Adds a script for Verilator testing

  • Fix hardcoded path in integration test; add environment variable for lakeroad-private and check that it is set

  • Fix Verilator portability issues

racket/sketches.rkt Outdated Show resolved Hide resolved
@gussmith23
Copy link
Owner

I nearly lost this PR! Currently working on finally merging this so that @vcanumalla can use it in eval.

@gussmith23 gussmith23 marked this pull request as ready for review July 18, 2023 23:07
@gussmith23 gussmith23 changed the base branch from main to gussmith23/fmt July 18, 2023 23:17
Base automatically changed from gussmith23/fmt to main July 18, 2023 23:47
@gussmith23
Copy link
Owner

Summary

After merging in the existing changes on main, I started having some problems with solver scaling on this PR. I spent a lot of time figuring it out; in the end, it ended up being a matter of just narrowing down the search space by restricting the concrete and symbolic variables.

We need to spend some time (ideally with a solver expert) in figuring out which solver to use, and what flags to use with it!

@gussmith23 gussmith23 merged commit 97f006e into main Jul 20, 2023
4 checks passed
@gussmith23 gussmith23 deleted the augment-dsp branch July 20, 2023 20:05
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