This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ducky64
approved these changes
Nov 11, 2019
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.
lol did GitHub change their link parsing behavior? or was this broken from the start?
Not sure, though it seems like the old syntax was for repo-relative links |
ucbjrl
pushed a commit
that referenced
this pull request
Feb 19, 2020
(cherry picked from commit b6ea7e9)
ucbjrl
added a commit
that referenced
this pull request
Feb 19, 2020
* Implement ChiselUtestTester for utest (#76) (cherry picked from commit da4f226) * Use latest utest; fix issue utest#211 (#77) * Use latest utest; fix issue utest#211 * Fix compatibility problem for 2.11 and 2.12 (cherry picked from commit 652a248) * Add valid io driver (#63) * Adds an ValidDriver interface similar to Decoupled * Cleanup imports in ValidQueueTest * Adds an ValidDriver interface similar to Decoupled Adds tests for this construct * Round 2 of ValidDriver support - change name to validSourceKey - remove enqueue, only supports enqueueNow - change how enqueueNow works internally - Simplify testing of Valid - make DUT have delay and typeGen - eliminate ValidQueue, just use Pipe instead - add example that shows how to enqueue multiple bundles at the same cycle * Valid interface updates - Add comment on valid's expectPeek saying it does not advance time - got rid of errant comment mentioning stall - used dequeueSeq for pass through elements test - renamed test with expectInvalid and added loops - added parens to getSourceClock calls * - removed wrongly changed entry in .gitignore - removed duplicated code in ValidQueueTest (cherry picked from commit 72cb844) * Fix toolchain so treadle supports boringutils (#79) * Fix toolchain so treadle supports boringutils - Add the low firrtl compiler to TreadleExecutive - Send hint to treadle so it knows compiled form - Fix backward compatibility with Driver - Check compiler type to help figure out the backend - Backward compatibility only supported for treadle and verilator - Add boringutils test - Backward compatibilty requires compile workaround - Can we just eliminate Driver compatibility mode here??? - Fixed CopyVpiFiles - looks like this might fail if early file was there but a late one wasn't - this code came from chisel-testers - Fix top level test names - behavior of "Testers2 with Vcs" - behavior of "Testers2 with Verilator" - Shortened VCS to just see if a simple circuit will build and simulate. - in long run we still need mechanism to run an arbitrary test with arbitrary backend * - Made associations between compiler and backend in compat mode explicit - In BoreTest - removed unused code. - In MixedVec - Renamed to VecPokeExpectTest - tested all addresses - removed bundle (cherry picked from commit dd6d083) * Fix external links in README (#84) (cherry picked from commit b6ea7e9) * Merge pull request #85 from ucb-bar/peekBundle Support Bundle literal peek (cherry picked from commit ea5e81f) * support enqueue/dequeue of IrrevocableIO (#90) * support enqueue/dequeue of IrrevocableIO Signed-off-by: shuyun <shuyunjia@outlook.com> * fix per commit Signed-off-by: shuyun <shuyunjia@outlook.com> (cherry picked from commit 6767faa) * Fix missing Scaladoc parenthesis (#92) Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com> (cherry picked from commit 7e4ef7f) * Fix README links (#109) (cherry picked from commit 2b6cae0) * Re-add -DwriteVcd=1 feature (#110) (cherry picked from commit 2f1cbae) * gitignore: add Visual Studio Code folders (#100) (cherry picked from commit d9d2a7a) * Bump minor version Co-authored-by: Sequencer <liujiuyang1994@gmail.com> Co-authored-by: Chick Markley <chick@qrhino.com> Co-authored-by: edwardcwang <edwardcwang@users.noreply.github.com> Co-authored-by: Richard Lin <elpato25@gmail.com> Co-authored-by: ShuyunJia <shuyunjia@outlook.com> Co-authored-by: Schuyler Eldridge <schuyler.eldridge@gmail.com> Co-authored-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No functional changes.