-
Notifications
You must be signed in to change notification settings - Fork 24
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
TP Disk/Overlap seed expansion #280
Conversation
@jasonfan393 this fails the gitlab CI on the HLS build for the c simulation. is this expected? |
not expected, looks like one of my 'cleanups' to get past the quality check has broken the co-sim somehow, looking at it now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest some smaller cleanup before merging. (Also will need to rebaseline.)
9597d59
to
1c1aab2
Compare
Conflicts: emData/download.sh
1c1aab2
to
d4eab01
Compare
… adding a few clarifying comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments addressed. As far as I'm concerned we can merge.
PR adds Disk/overlap (L1D1 L2D1 D1D2 D3D4) seeds to TP. Tested as matching emulation on all TPs. Adds two new "TrackletCalculator_calculate*" modules for disks and overlaps each, auto-written by SW with minor tweaks, which are the majority of the 4000 lines of this PR.
Timing fails by HLS csynth estimate but passes on full implementation.
Adds an additional bit into AllStubInnerMemory in disks for negative disk information, written by VMRCM.