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

Midas integration #6

Merged
merged 52 commits into from
Oct 3, 2016
Merged

Midas integration #6

merged 52 commits into from
Oct 3, 2016

Conversation

davidbiancolin
Copy link
Contributor

@davidbiancolin davidbiancolin commented Sep 27, 2016

Opened this PR mainly for review.

I've pulled all the source from midas into midas_widgets and kept the history. I can remove the history if you prefer.

jackkoenig and others added 30 commits December 8, 2015 12:38
…tDecoupled to be new HostPort, added new HostDecoupled. Importantly, these don't force hostBits to be Outputs like Chisel Decoupled does
@donggyukim donggyukim changed the base branch from chisel3 to master September 28, 2016 01:51
@@ -1,10 +1,11 @@
package strober

import midas_widgets._
import dram_midas._
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need this dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Which? On dram_midas? Or on widgets?

Copy link
Contributor

Choose a reason for hiding this comment

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

I mean dram_midas.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No we don't need it, it was just easier for the time being.

Do you think i should just pass some () => MemoryModel through the config? Or can you think of a better way to parameterize this in the short term?

Copy link
Contributor

Choose a reason for hiding this comment

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

I just can't compile it without dram_midas. Let's figure out how we can remove this dependency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, sounds good. The purpose of this PR was mainly to solicit feedback. We can talk about how we want to do that tomorrow.

@donggyukim
Copy link
Contributor

I confirm this works on FPGA.

@donggyukim donggyukim merged commit 8725fb2 into master Oct 3, 2016
@donggyukim donggyukim mentioned this pull request Oct 3, 2016
@davidbiancolin davidbiancolin deleted the midas_integration branch October 25, 2016 22:46
davidbiancolin pushed a commit to davidbiancolin/midas that referenced this pull request Oct 18, 2019
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.

None yet

3 participants