-
Notifications
You must be signed in to change notification settings - Fork 653
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
Flatten barstools into Chipyard #1855
Commits on Oct 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 513da4e - Browse repository at this point
Copy the full SHA 513da4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a177c89 - Browse repository at this point
Copy the full SHA a177c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for f854c6c - Browse repository at this point
Copy the full SHA f854c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2d00e - Browse repository at this point
Copy the full SHA 0f2d00eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d14f19 - Browse repository at this point
Copy the full SHA 5d14f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 122e433 - Browse repository at this point
Copy the full SHA 122e433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e474da - Browse repository at this point
Copy the full SHA 0e474daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd7893 - Browse repository at this point
Copy the full SHA ffd7893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c99f5 - Browse repository at this point
Copy the full SHA 00c99f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 923a08d - Browse repository at this point
Copy the full SHA 923a08dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a25c84f - Browse repository at this point
Copy the full SHA a25c84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0203aa9 - Browse repository at this point
Copy the full SHA 0203aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f46837 - Browse repository at this point
Copy the full SHA 0f46837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4013b19 - Browse repository at this point
Copy the full SHA 4013b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for df8b581 - Browse repository at this point
Copy the full SHA df8b581View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9edbfe - Browse repository at this point
Copy the full SHA f9edbfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e89079f - Browse repository at this point
Copy the full SHA e89079fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e726dae - Browse repository at this point
Copy the full SHA e726daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 676b8e7 - Browse repository at this point
Copy the full SHA 676b8e7View commit details -
- Support byte-masked SRAM, yay - Also nuke a bunch of bugs
Configuration menu - View commit details
-
Copy full SHA for 5d3bebd - Browse repository at this point
Copy the full SHA 5d3bebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for af67540 - Browse repository at this point
Copy the full SHA af67540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d2427 - Browse repository at this point
Copy the full SHA 43d2427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11bd811 - Browse repository at this point
Copy the full SHA 11bd811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d8a0f - Browse repository at this point
Copy the full SHA 13d8a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eca53b - Browse repository at this point
Copy the full SHA 4eca53bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b1050 - Browse repository at this point
Copy the full SHA d2b1050View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc26f5e - Browse repository at this point
Copy the full SHA bc26f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e09f8b1 - Browse repository at this point
Copy the full SHA e09f8b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c91d98d - Browse repository at this point
Copy the full SHA c91d98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1499fc - Browse repository at this point
Copy the full SHA e1499fcView commit details
Commits on Oct 7, 2017
-
Correct multi-ported memory compilation (#27)
* Correct multi-ported memory compilation It was incorrectly splitting multiple times before. Fixed the issue and added regression tests for this issue. * Add 1 read 1 write test
Configuration menu - View commit details
-
Copy full SHA for c884a2f - Browse repository at this point
Copy the full SHA c884a2fView commit details
Commits on Dec 4, 2017
-
Support firrtl output in command line for MacroCompiler (#28)
* Use the given port prefix (fix a bug preventing two unit tests from passing) * Support firrtl output in addition to Verilog
Configuration menu - View commit details
-
Copy full SHA for 8a30579 - Browse repository at this point
Copy the full SHA 8a30579View commit details
Commits on Feb 17, 2018
-
Add memory compiler to macros (#29)
* Add memory compiler to macros * Removed weird spacing * Make sramcompiler width/depth range inclusive * Added sramcompiler test
Configuration menu - View commit details
-
Copy full SHA for 79c8c28 - Browse repository at this point
Copy the full SHA 79c8c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ccd8f6 - Browse repository at this point
Copy the full SHA 1ccd8f6View commit details
Commits on Mar 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f7634b8 - Browse repository at this point
Copy the full SHA f7634b8View commit details
Commits on Apr 26, 2018
-
Fix corner case in compiling a small mem using a large lib (#32)
* Refactor bit pairs calculation into a separate function * Minor clarifications * Clarify MacroCompilerSpec helpers * Add SmallTagArrayTest test * Fix corner case in compiling a small mem using a large lib
Configuration menu - View commit details
-
Copy full SHA for 93bf789 - Browse repository at this point
Copy the full SHA 93bf789View commit details
Commits on Oct 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 74ca2bc - Browse repository at this point
Copy the full SHA 74ca2bcView commit details
Commits on Feb 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d1c1b3f - Browse repository at this point
Copy the full SHA d1c1b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4727d47 - Browse repository at this point
Copy the full SHA 4727d47View commit details
Commits on Feb 13, 2019
-
Refactor barstools for new versions of things.
- No handlebars (not being published for Scala 2.12) - Update for new annotations APIs Bump sbt-dependency-graph to 0.9.2 for this scala version
Configuration menu - View commit details
-
Copy full SHA for f310d45 - Browse repository at this point
Copy the full SHA f310d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 801abd9 - Browse repository at this point
Copy the full SHA 801abd9View commit details -
Run transforms in slightly different order
Also, don't rename TestHarness.
Configuration menu - View commit details
-
Copy full SHA for 7bbf7f0 - Browse repository at this point
Copy the full SHA 7bbf7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e6d9c - Browse repository at this point
Copy the full SHA 22e6d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8efc5e - Browse repository at this point
Copy the full SHA c8efc5eView commit details -
This compiles and works correctly, but is kind of hacky, and will bre…
…ak as soon as any additional external/blackbox modules are added to the test harness. The test harness should detect external modules and not rename them instead of what is happening here.
Configuration menu - View commit details
-
Copy full SHA for 79b8fd3 - Browse repository at this point
Copy the full SHA 79b8fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12842cb - Browse repository at this point
Copy the full SHA 12842cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d861fdd - Browse repository at this point
Copy the full SHA d861fddView commit details -
Use the correct 'magic values' for the port names
Ensure backwards compatiblity by using -m for MDF input and -n for conf input. Also fix the naming scheme for memory ports.
Configuration menu - View commit details
-
Copy full SHA for f0c7bab - Browse repository at this point
Copy the full SHA f0c7babView commit details -
Configuration menu - View commit details
-
Copy full SHA for efd2f09 - Browse repository at this point
Copy the full SHA efd2f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f58ea1 - Browse repository at this point
Copy the full SHA 1f58ea1View commit details -
Fixed index offset in mask port mapping. (#38)
Fixed index offset in mask port mapping.
Configuration menu - View commit details
-
Copy full SHA for 9d505d6 - Browse repository at this point
Copy the full SHA 9d505d6View commit details
Commits on Mar 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a10a6cc - Browse repository at this point
Copy the full SHA a10a6ccView commit details
Commits on Mar 18, 2019
-
Make SRAM per port clocks optional
Connects to whatever clock ports are available
Configuration menu - View commit details
-
Copy full SHA for 45278a6 - Browse repository at this point
Copy the full SHA 45278a6View commit details -
Change cost to double from BigInt and fix default metric
I don't think it was adding anything and now we can get rid of the weird +1/-1
Configuration menu - View commit details
-
Copy full SHA for a0510e6 - Browse repository at this point
Copy the full SHA a0510e6View commit details -
Filter compiler libraries before mapping
The filter is always by family and maskability and then by any integral mappings.
Configuration menu - View commit details
-
Copy full SHA for 98a4108 - Browse repository at this point
Copy the full SHA 98a4108View commit details -
Fix forms of passes to happen before replseqmem
This ensures the conf file doesn't have any testharness memories, which are too big and break downstream tools
Configuration menu - View commit details
-
Copy full SHA for 6cdf978 - Browse repository at this point
Copy the full SHA 6cdf978View commit details -
Fix cost metric for non Compiler libs
Also a small fix from reviewer
Configuration menu - View commit details
-
Copy full SHA for 44e9782 - Browse repository at this point
Copy the full SHA 44e9782View commit details -
Fix unit tests update cost function once more
bump mdf to master
Configuration menu - View commit details
-
Copy full SHA for 0b9d74a - Browse repository at this point
Copy the full SHA 0b9d74aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b4522 - Browse repository at this point
Copy the full SHA f5b4522View commit details -
Configuration menu - View commit details
-
Copy full SHA for de94c23 - Browse repository at this point
Copy the full SHA de94c23View commit details -
stop exceptions on empty conf files (#43)
* stop exceptions on empty conf files * emit empty verilog file | warn users * put else's on same line as closing bracket
Configuration menu - View commit details
-
Copy full SHA for 817726f - Browse repository at this point
Copy the full SHA 817726fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdad525 - Browse repository at this point
Copy the full SHA fdad525View commit details
Commits on Mar 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for affd033 - Browse repository at this point
Copy the full SHA affd033View commit details
Commits on Mar 28, 2019
-
* Fixes #36 by using the renamemap * Also fix harness passes annotation handling h/t azidar * Remove old comment
Configuration menu - View commit details
-
Copy full SHA for 8f7af5b - Browse repository at this point
Copy the full SHA 8f7af5bView commit details
Commits on Mar 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e548210 - Browse repository at this point
Copy the full SHA e548210View commit details
Commits on May 14, 2019
-
max synflop depth support Fix annotation mangling on the harness side
Configuration menu - View commit details
-
Copy full SHA for c23b2b6 - Browse repository at this point
Copy the full SHA c23b2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82636b3 - Browse repository at this point
Copy the full SHA 82636b3View commit details
Commits on Jul 30, 2019
-
Filter all EmittedAnnotations from JSON emission (#64)
* Filter all EmittedAnnotations from JSON emission * Filter more annotations
Configuration menu - View commit details
-
Copy full SHA for e3c8227 - Browse repository at this point
Copy the full SHA e3c8227View commit details
Commits on Jul 31, 2019
-
Coordinate Top and Harness generation (#63)
* Coordinate Top and Harness generation * Update to use .f filename override annotations * Move top generation to def to help GC
Configuration menu - View commit details
-
Copy full SHA for 26096e0 - Browse repository at this point
Copy the full SHA 26096e0View commit details
Commits on Aug 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 76f6c8a - Browse repository at this point
Copy the full SHA 76f6c8aView commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 76ccb75 - Browse repository at this point
Copy the full SHA 76ccb75View commit details
Commits on Oct 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c96a5e5 - Browse repository at this point
Copy the full SHA c96a5e5View commit details
Commits on Oct 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7f0828c - Browse repository at this point
Copy the full SHA 7f0828cView commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c100479 - Browse repository at this point
Copy the full SHA c100479View commit details -
Configuration menu - View commit details
-
Copy full SHA for be3b05a - Browse repository at this point
Copy the full SHA be3b05aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c59cac - Browse repository at this point
Copy the full SHA 6c59cacView commit details
Commits on Nov 4, 2019
-
Merge pull request #69 from ucb-bar/abejgonzalez-patch-1
Fix macrocompiler for RW mask port
Configuration menu - View commit details
-
Copy full SHA for 8b0ef4d - Browse repository at this point
Copy the full SHA 8b0ef4dView commit details
Commits on Nov 5, 2019
-
Fix MacroCompiler for CE-less Library Memories
If a memory doesn't have a mask and doesn't have a chip enable, make sure that you use the `mem` chip enable to connect to the `we` port on the `lib` memory. Fixes a bug where the `lib` `we` signal would be tied to the `mem` `wmode` signal but then the macro would have no `en` signal connected to it.
Configuration menu - View commit details
-
Copy full SHA for 46e2ecb - Browse repository at this point
Copy the full SHA 46e2ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3498480 - Browse repository at this point
Copy the full SHA 3498480View commit details
Commits on Nov 6, 2019
-
Merge pull request #66 from ucb-bar/large-anno-remove
Remove large annotations
Configuration menu - View commit details
-
Copy full SHA for 4db4ebb - Browse repository at this point
Copy the full SHA 4db4ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc52b9 - Browse repository at this point
Copy the full SHA ecc52b9View commit details
Commits on Nov 7, 2019
-
Merge pull request #70 from ucb-bar/abejgonzalez-patch-1
Fix MacroCompiler for CE-less Library Memories
Configuration menu - View commit details
-
Copy full SHA for 7a0246b - Browse repository at this point
Copy the full SHA 7a0246bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e114d0 - Browse repository at this point
Copy the full SHA 1e114d0View commit details -
Merge pull request #68 from ucb-bar/print-firrtl-exception
Print the firrtl exception if we get one
Configuration menu - View commit details
-
Copy full SHA for 3bba55c - Browse repository at this point
Copy the full SHA 3bba55cView commit details
Commits on Dec 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e4cce07 - Browse repository at this point
Copy the full SHA e4cce07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e008120 - Browse repository at this point
Copy the full SHA e008120View commit details
Commits on Dec 12, 2019
-
Merge pull request #73 from ucb-bar/rc-bump-aug-2019
Rc bump aug 2019
Configuration menu - View commit details
-
Copy full SHA for 5198b38 - Browse repository at this point
Copy the full SHA 5198b38View commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8ca8765 - Browse repository at this point
Copy the full SHA 8ca8765View commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7de4c47 - Browse repository at this point
Copy the full SHA 7de4c47View commit details
Commits on Feb 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db0efd3 - Browse repository at this point
Copy the full SHA db0efd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00771d - Browse repository at this point
Copy the full SHA a00771dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fcae01 - Browse repository at this point
Copy the full SHA 5fcae01View commit details
Commits on Feb 26, 2020
-
Merge pull request #75 from ucb-bar/bump_chisel_3.2.x
Update to chisel 3.2.x
Configuration menu - View commit details
-
Copy full SHA for 63d74bc - Browse repository at this point
Copy the full SHA 63d74bcView commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 84c880d - Browse repository at this point
Copy the full SHA 84c880dView commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8a38171 - Browse repository at this point
Copy the full SHA 8a38171View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6057ff - Browse repository at this point
Copy the full SHA f6057ffView commit details
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a6731f6 - Browse repository at this point
Copy the full SHA a6731f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62df799 - Browse repository at this point
Copy the full SHA 62df799View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3f8a4 - Browse repository at this point
Copy the full SHA bc3f8a4View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c043f34 - Browse repository at this point
Copy the full SHA c043f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6638f5c - Browse repository at this point
Copy the full SHA 6638f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db67763 - Browse repository at this point
Copy the full SHA db67763View commit details
Commits on Apr 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e230e8c - Browse repository at this point
Copy the full SHA e230e8cView commit details
Commits on May 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for acda0a3 - Browse repository at this point
Copy the full SHA acda0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757c39a - Browse repository at this point
Copy the full SHA 757c39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e5f66 - Browse repository at this point
Copy the full SHA c4e5f66View commit details
Commits on May 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b1c1f01 - Browse repository at this point
Copy the full SHA b1c1f01View commit details
Commits on May 30, 2020
-
Merge pull request #82 from ucb-bar/fix-output-iocell
Fix direction of output enable in output io cell
Configuration menu - View commit details
-
Copy full SHA for 7e6e19b - Browse repository at this point
Copy the full SHA 7e6e19bView commit details
Commits on Jun 30, 2020
-
* Fixes Bool wires matching both Reset and Bits
Configuration menu - View commit details
-
Copy full SHA for aa1c90c - Browse repository at this point
Copy the full SHA aa1c90cView commit details
Commits on Jul 3, 2020
-
Merge pull request #85 from ucb-bar/iocells_fix
Fix IOCells generation
Configuration menu - View commit details
-
Copy full SHA for f791073 - Browse repository at this point
Copy the full SHA f791073View commit details
Commits on Sep 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba68167 - Browse repository at this point
Copy the full SHA ba68167View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e4cd2b0 - Browse repository at this point
Copy the full SHA e4cd2b0View commit details
Commits on Sep 12, 2020
-
Refactor tapeout for Chisel 3.4, Firrtl 1.4
- Remove clk package based on discussion with Colin - Annotations need to be refactored to using latest API - Generally that involves making annos generated by a anonymous ChiselAnnotation - The chisel annotations will use RunFirrtlTransform to queue up its associated transform - Chisel annotation provieds toFirrtl to generate Firrtl form of annotation - Usages of unapply on firrtl annotations cannot use generic unapply(target, transform, data) which has been eliminated - Have transforms use with DependencyAPIMigration to avoid deprecated `form`s - Added some 'see License comments - TechnologyLocation section of AddIOPadsSpec does not currently run because there is no content for it. - Added some tests for annotation serialization here
Configuration menu - View commit details
-
Copy full SHA for 67de39e - Browse repository at this point
Copy the full SHA 67de39eView commit details
Commits on Sep 14, 2020
-
- FoundryPadsYaml would not parse yaml
- Made separate case class for data - Now parses - Fails later with UnknownType in firrt compiler - Fixed similar parsing problem with PadPlacement
Configuration menu - View commit details
-
Copy full SHA for d06d8cc - Browse repository at this point
Copy the full SHA d06d8ccView commit details -
Merge pull request #86 from ucb-bar/iocell-params
Clean up IOCell types and parameterization
Configuration menu - View commit details
-
Copy full SHA for e6e1ed8 - Browse repository at this point
Copy the full SHA e6e1ed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31590a7 - Browse repository at this point
Copy the full SHA 31590a7View commit details
Commits on Sep 15, 2020
-
Merge pull request #88 from ucb-bar/iocell-fix
Undo regression in iocell flexibility
Configuration menu - View commit details
-
Copy full SHA for 1435f09 - Browse repository at this point
Copy the full SHA 1435f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 847f72e - Browse repository at this point
Copy the full SHA 847f72eView commit details
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4a5c75f - Browse repository at this point
Copy the full SHA 4a5c75fView commit details
Commits on Sep 18, 2020
-
Merge pull request #89 from ucb-bar/support-plusargs
Support plusarg_reader in TestHarness | explicitly name generated IOs
Configuration menu - View commit details
-
Copy full SHA for 382cefc - Browse repository at this point
Copy the full SHA 382cefcView commit details
Commits on Sep 28, 2020
-
- Simplest way to make custom transforms run in same place as they di…
…d prior to Dependency API
Configuration menu - View commit details
-
Copy full SHA for 0430403 - Browse repository at this point
Copy the full SHA 0430403View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51156b - Browse repository at this point
Copy the full SHA f51156bView commit details
Commits on Sep 29, 2020
-
- Make transfrorms run in as close to same order as before
- Fix parsing of PadPlacement JSON
Configuration menu - View commit details
-
Copy full SHA for 1a82c08 - Browse repository at this point
Copy the full SHA 1a82c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8903c04 - Browse repository at this point
Copy the full SHA 8903c04View commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a1dfd4f - Browse repository at this point
Copy the full SHA a1dfd4fView commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fc3a3ea - Browse repository at this point
Copy the full SHA fc3a3eaView commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aca4bd5 - Browse repository at this point
Copy the full SHA aca4bd5View commit details -
fixup! Update MacroCompiler for Chisel 3.4
Need to collect the annotations into a Seq. Also updated the macros project tests.
Configuration menu - View commit details
-
Copy full SHA for 446cb84 - Browse repository at this point
Copy the full SHA 446cb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d370b - Browse repository at this point
Copy the full SHA 20d370bView commit details
Commits on Nov 13, 2020
-
Merge pull request #92 from sifive/chisel34
Update MacroCompiler for Chisel 3.4 / FIRRTL 1.4
Configuration menu - View commit details
-
Copy full SHA for 8e5757b - Browse repository at this point
Copy the full SHA 8e5757bView commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 845af06 - Browse repository at this point
Copy the full SHA 845af06View commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9be550e - Browse repository at this point
Copy the full SHA 9be550eView commit details
Commits on Nov 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa699af - Browse repository at this point
Copy the full SHA fa699afView commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3a29f53 - Browse repository at this point
Copy the full SHA 3a29f53View commit details
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 15fa68b - Browse repository at this point
Copy the full SHA 15fa68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f3116 - Browse repository at this point
Copy the full SHA 62f3116View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26dce44 - Browse repository at this point
Copy the full SHA 26dce44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 689ebdc - Browse repository at this point
Copy the full SHA 689ebdcView commit details
Commits on Dec 13, 2020
-
Merge pull request #87 from ucb-bar/firrtl-1.4-remove-clk-stuff
Move to Chisel 3.4, Firrtl 1.4, remove .clk and .pad stuff
Configuration menu - View commit details
-
Copy full SHA for 8c93874 - Browse repository at this point
Copy the full SHA 8c93874View commit details
Commits on Dec 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0672411 - Browse repository at this point
Copy the full SHA 0672411View commit details
Commits on Feb 1, 2021
-
Get rid of scalastyle checkers.
These are outdated and not used by the rest of the chisel family. Add the scalafmt file that is used to fix code formatting. This will be used to regularize the code. That work will be done by attrition.
Configuration menu - View commit details
-
Copy full SHA for 1761d50 - Browse repository at this point
Copy the full SHA 1761d50View commit details
Commits on Feb 2, 2021
-
Merge pull request #94 from ucb-bar/get-rid-of-scala-style-checkers
Get rid of scalastyle checkers.
Configuration menu - View commit details
-
Copy full SHA for 0faa16d - Browse repository at this point
Copy the full SHA 0faa16dView commit details
Commits on Feb 4, 2021
-
Make the directory structure match the packages
All tests run as they did prior to the changes
Configuration menu - View commit details
-
Copy full SHA for 19e51f3 - Browse repository at this point
Copy the full SHA 19e51f3View commit details -
Reformat all scala files in iocells
- Mostly this reformat comments and large argument lists to classes and methods
Configuration menu - View commit details
-
Copy full SHA for 93f86a5 - Browse repository at this point
Copy the full SHA 93f86a5View commit details -
Reformat all scala files in macros
- Mostly this reformat comments and large argument lists to classes and methods
Configuration menu - View commit details
-
Copy full SHA for 68c3425 - Browse repository at this point
Copy the full SHA 68c3425View commit details -
Reformat all scala files in tapeout
- Mostly this reformat comments and large argument lists to classes and methods
Configuration menu - View commit details
-
Copy full SHA for caa1467 - Browse repository at this point
Copy the full SHA caa1467View commit details -
Requires updating to AnyFlatSpec where used And different import for Matchers
Configuration menu - View commit details
-
Copy full SHA for d9d9d0f - Browse repository at this point
Copy the full SHA d9d9d0fView commit details
Commits on Feb 8, 2021
-
Remove deprecated Driver stuff macros package
- Fix name reference and weird .get.get in CostMetric - Update to DependencyAPIMigration - MacroCompilerTransform - MacroCompilerOptimizations - Delete unused class MacroCompiler - Remove use of ExecutionOptionsManager in object MacroCompiler - Removed stack trace when no arguments from CLI, just give message requiring args - Update version to 0.4-SNAPSHOT
Configuration menu - View commit details
-
Copy full SHA for ca4013b - Browse repository at this point
Copy the full SHA ca4013bView commit details
Commits on Feb 9, 2021
-
Modernize deprecated Chisel/Firrtl constructs
- Build out a stage for tapeout - Refactor annotation construction - Create a CLI handler - create a TapeOutStage - Remove outputForm reference from EnumerateModules - New GenerateTopAndHarness is fresh implmentation of Generate.scala - GenerateTopSpec is a work in progress
Configuration menu - View commit details
-
Copy full SHA for afcdcc6 - Browse repository at this point
Copy the full SHA afcdcc6View commit details -
- changed directory path to iocells to use directories rather than do…
…tted name - Changed packages in tapeout/transforms/utils/*.scala to be in their own package `utils`
Configuration menu - View commit details
-
Copy full SHA for e650d5b - Browse repository at this point
Copy the full SHA e650d5bView commit details
Commits on Feb 10, 2021
-
Merge pull request #97 from ucb-bar/fix-deprecations-1
Fix deprecations 1
Configuration menu - View commit details
-
Copy full SHA for 4ef162f - Browse repository at this point
Copy the full SHA 4ef162fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f37385c - Browse repository at this point
Copy the full SHA f37385cView commit details
Commits on Feb 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5616b9d - Browse repository at this point
Copy the full SHA 5616b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c052f79 - Browse repository at this point
Copy the full SHA c052f79View commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0558008 - Browse repository at this point
Copy the full SHA 0558008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5040e0d - Browse repository at this point
Copy the full SHA 5040e0dView commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c2d7ab - Browse repository at this point
Copy the full SHA 7c2d7abView commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bbc8800 - Browse repository at this point
Copy the full SHA bbc8800View commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a93d8b - Browse repository at this point
Copy the full SHA 8a93d8bView commit details
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ddea198 - Browse repository at this point
Copy the full SHA ddea198View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca3896 - Browse repository at this point
Copy the full SHA bca3896View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3711c4 - Browse repository at this point
Copy the full SHA a3711c4View commit details
Commits on Feb 23, 2021
-
Merge pull request #98 from ucb-bar/fix-deprecations-3
Fix deprecations 3
Configuration menu - View commit details
-
Copy full SHA for 12d0c25 - Browse repository at this point
Copy the full SHA 12d0c25View commit details
Commits on Mar 12, 2021
-
Merge pull request #99 from ucb-bar/mask_penalty
Macrocompiler should prioritize memories with no masks with DefaultCostMetric
Configuration menu - View commit details
-
Copy full SHA for c8f3d34 - Browse repository at this point
Copy the full SHA c8f3d34View commit details
Commits on Jul 1, 2021
-
Use github actions for testing
- Stripped down version from treadle - commented out several sections - delete travis test - fix run-tests.yml - Let's make this 3.
Configuration menu - View commit details
-
Copy full SHA for 1d6486f - Browse repository at this point
Copy the full SHA 1d6486fView commit details -
Use github actions for testing
- Stripped down version from treadle - commented out several sections - delete travis test - fix run-tests.yml - Let's make this 3.
Configuration menu - View commit details
-
Copy full SHA for 3d571b2 - Browse repository at this point
Copy the full SHA 3d571b2View commit details -
Merge pull request #93 from sifive/bump_mdf
bump mdf for ucb-bar/plsi-mdf#7
Configuration menu - View commit details
-
Copy full SHA for ea7663d - Browse repository at this point
Copy the full SHA ea7663dView commit details
Commits on Jul 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61ab39f - Browse repository at this point
Copy the full SHA 61ab39fView commit details -
Merge pull request #104 from ucb-bar/harness_anno_fix
Restore proper naming of harness annotation file
Configuration menu - View commit details
-
Copy full SHA for f196c38 - Browse repository at this point
Copy the full SHA f196c38View commit details
Commits on Jul 13, 2021
-
Merge pull request #103 from ucb-bar/use-github-actions-for-ci
Use github actions for testing
Configuration menu - View commit details
-
Copy full SHA for 731a529 - Browse repository at this point
Copy the full SHA 731a529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 479e63c - Browse repository at this point
Copy the full SHA 479e63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a2d69 - Browse repository at this point
Copy the full SHA 53a2d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66eee23 - Browse repository at this point
Copy the full SHA 66eee23View commit details
Commits on Jul 20, 2021
-
Merge pull request #105 from ucb-bar/fix_reparent_circuit
Fix InstanceTarget annotations in ReParentCircuit
Configuration menu - View commit details
-
Copy full SHA for 0971920 - Browse repository at this point
Copy the full SHA 0971920View commit details -
Merge pull request #106 from ucb-bar/fix_harness_fir
Fix harness .fir file output location
Configuration menu - View commit details
-
Copy full SHA for cdd8af4 - Browse repository at this point
Copy the full SHA cdd8af4View commit details
Commits on Aug 6, 2021
-
Moved a zillion files all over the place so that everything is now
in tapeout/src in the correct directory corresponding to internal packages. Everything compiles and tests run TODO: - Figure out assembly step for MacroCompiler - Does root project matter?
Configuration menu - View commit details
-
Copy full SHA for c907a73 - Browse repository at this point
Copy the full SHA c907a73View commit details
Commits on Aug 9, 2021
-
iocell won't run without this syntax
IntelliJ flags this as error, even though it compiles and runs
Configuration menu - View commit details
-
Copy full SHA for db2739b - Browse repository at this point
Copy the full SHA db2739bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b107a6b - Browse repository at this point
Copy the full SHA b107a6bView commit details
Commits on Aug 10, 2021
-
Add setting to have
sbt
not exitif a program calls System.exit Without this a useless and misleading log4j error is reported.
Configuration menu - View commit details
-
Copy full SHA for e113a7b - Browse repository at this point
Copy the full SHA e113a7bView commit details -
MacroCompiler needs more specific firrtl.Utils imports, Comment out legalize SynFlops more precise imports YamlHelpers use FileUtils ResetInverter LegacyModule => Module Retime use Module instead of LegacyModule YamlHelpers uses FileUtils instead of getResource ResetInvert use Module instead of LegacyModule Masks add scalatest wrappers for getting better test reports SpecificExamples drop tapeout prefix, and add scalatest blocks GenerateSpec, let ChiselStage emit the firrt directly to target dir, add some actual tests that files were created GenerateTopSpec use FileUtils FlipChipMacroSpec use FileUtils IOPropertiesSpec use FileUtils
Configuration menu - View commit details
-
Copy full SHA for 352fa91 - Browse repository at this point
Copy the full SHA 352fa91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d5da6 - Browse repository at this point
Copy the full SHA 74d5da6View commit details -
MultiPort remove random println
GenerateSpec fix so "generate top test" does not rely on side-effects of previous test GenerateTopSpec fix so it creates needed input file itself, does not rely on other tests to do that
Configuration menu - View commit details
-
Copy full SHA for 08eba27 - Browse repository at this point
Copy the full SHA 08eba27View commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b2cee7c - Browse repository at this point
Copy the full SHA b2cee7cView commit details
Commits on Aug 12, 2021
-
Merge pull request #109 from ucb-bar/move-src-to-toplevel
Unify barstools into single src tree that matches package structure
Configuration menu - View commit details
-
Copy full SHA for acfbe42 - Browse repository at this point
Copy the full SHA acfbe42View commit details
Commits on Aug 16, 2021
-
Mostly import changes Some formatting changes Runs +test
Configuration menu - View commit details
-
Copy full SHA for ae01e17 - Browse repository at this point
Copy the full SHA ae01e17View commit details -
Merge pull request #111 from ucb-bar/scala-2.13
Adding support for Scala 2.13
Configuration menu - View commit details
-
Copy full SHA for 4e9b44c - Browse repository at this point
Copy the full SHA 4e9b44cView commit details -
Formatting code to chisel standard
- ran sbt scalafmtAll - lot of small formatting changes - added test that code must stay formatted - part of github actions workflow
Configuration menu - View commit details
-
Copy full SHA for edb1537 - Browse repository at this point
Copy the full SHA edb1537View commit details
Commits on Aug 17, 2021
-
Fix all warnings in barstool.macros._
- Fixed up all warnings in barstools macros package - mostly public method return types - removed lot's of extraneous parens and braces - Made code cleaner using more explicit macros - Fixed warnings in 2.13 that will likely turn into errors in future
Configuration menu - View commit details
-
Copy full SHA for 143af1a - Browse repository at this point
Copy the full SHA 143af1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db54d55 - Browse repository at this point
Copy the full SHA db54d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for c519b26 - Browse repository at this point
Copy the full SHA c519b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f62c58 - Browse repository at this point
Copy the full SHA 6f62c58View commit details
Commits on Aug 18, 2021
-
Merge pull request #112 from ucb-bar/macro-code-cleanup
Fix all warnings in barstool.macros._
Configuration menu - View commit details
-
Copy full SHA for 314d807 - Browse repository at this point
Copy the full SHA 314d807View commit details
Commits on Feb 2, 2022
-
Remove sbt subproject "tapeout"
Now barstools should be easier to compose in multi-project sbt projects, such as Chipyard. Resolves ucb-bar/barstools#117.
Tynan McAuley committedFeb 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 4f1f9fc - Browse repository at this point
Copy the full SHA 4f1f9fcView commit details -
Make readme consistent with new sbt setup
Tynan McAuley committedFeb 2, 2022 Configuration menu - View commit details
-
Copy full SHA for d1de92d - Browse repository at this point
Copy the full SHA d1de92dView commit details
Commits on Feb 3, 2022
-
See here for more info: https://github.com/chipsalliance/chisel3#build-your-own-chisel-projects
Tynan McAuley committedFeb 3, 2022 Configuration menu - View commit details
-
Copy full SHA for a0d1fdb - Browse repository at this point
Copy the full SHA a0d1fdbView commit details
Commits on Feb 8, 2022
-
Tynan McAuley committed
Feb 8, 2022 Configuration menu - View commit details
-
Copy full SHA for adaca59 - Browse repository at this point
Copy the full SHA adaca59View commit details
Commits on Feb 11, 2022
-
Merge pull request #118 from tymcauley/remove-sbt-subproject
Remove sbt subproject "tapeout"
Configuration menu - View commit details
-
Copy full SHA for 064c8be - Browse repository at this point
Copy the full SHA 064c8beView commit details
Commits on Oct 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2635bb4 - Browse repository at this point
Copy the full SHA 2635bb4View commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf75889 - Browse repository at this point
Copy the full SHA cf75889View commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1295e6 - Browse repository at this point
Copy the full SHA d1295e6View commit details
Commits on Dec 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 850f613 - Browse repository at this point
Copy the full SHA 850f613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dfa184 - Browse repository at this point
Copy the full SHA 2dfa184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e2bb9 - Browse repository at this point
Copy the full SHA 13e2bb9View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5af7f21 - Browse repository at this point
Copy the full SHA 5af7f21View commit details -
Revert "Remove executeTop & make everything to execute"
This reverts commit 5af7f21.
Configuration menu - View commit details
-
Copy full SHA for 723bab7 - Browse repository at this point
Copy the full SHA 723bab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899387f - Browse repository at this point
Copy the full SHA 899387fView commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e340f12 - Browse repository at this point
Copy the full SHA e340f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06db605 - Browse repository at this point
Copy the full SHA 06db605View commit details
Commits on Jan 9, 2023
-
Merge pull request #123 from ucb-bar/remove-barstools-compiler
CIRCT Integration
Configuration menu - View commit details
-
Copy full SHA for b71c31e - Browse repository at this point
Copy the full SHA b71c31eView commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df3232f - Browse repository at this point
Copy the full SHA df3232fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 653989c - Browse repository at this point
Copy the full SHA 653989cView commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9760528 - Browse repository at this point
Copy the full SHA 9760528View commit details
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9f9068 - Browse repository at this point
Copy the full SHA a9f9068View commit details
Commits on Feb 23, 2023
-
Update scala/sbt/chisel versions
The previous setup used Scala 2.12 even though Chipyard was trying to override it to use 2.13.10. Also sync Chisel minor versions with Chipyard, and update to a recent sbt version.
Configuration menu - View commit details
-
Copy full SHA for 4e398da - Browse repository at this point
Copy the full SHA 4e398daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20587cf - Browse repository at this point
Copy the full SHA 20587cfView commit details -
This file is breaking the test build, the class it is testing was removed in df3232f.
Configuration menu - View commit details
-
Copy full SHA for d9317d6 - Browse repository at this point
Copy the full SHA d9317d6View commit details
Commits on Mar 1, 2023
-
Merge pull request #127 from tymcauley/use-scala-2.13
Update scala/sbt/chisel versions, fix CI
Configuration menu - View commit details
-
Copy full SHA for c58458e - Browse repository at this point
Copy the full SHA c58458eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3090096 - Browse repository at this point
Copy the full SHA 3090096View commit details
Commits on Mar 2, 2023
-
Merge pull request #126 from ucb-bar/rm-duplicate-compiler-anno
Remove duplicate compiler annotation
Configuration menu - View commit details
-
Copy full SHA for 39b4af7 - Browse repository at this point
Copy the full SHA 39b4af7View commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe81afe - Browse repository at this point
Copy the full SHA fe81afeView commit details
Commits on Mar 18, 2023
-
Kevin Anderson committed
Mar 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 0a4466d - Browse repository at this point
Copy the full SHA 0a4466dView commit details -
Kevin Anderson committed
Mar 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 0df6e34 - Browse repository at this point
Copy the full SHA 0df6e34View commit details -
Code improvement; define IOCell name as Option and place in trait to …
…reduce code modifications
Kevin Anderson committedMar 18, 2023 Configuration menu - View commit details
-
Copy full SHA for cc4f841 - Browse repository at this point
Copy the full SHA cc4f841View commit details -
Kevin Anderson committed
Mar 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 96155c8 - Browse repository at this point
Copy the full SHA 96155c8View commit details -
Merge pull request #129 from kevindna/master
Add name to IOCell definition
Configuration menu - View commit details
-
Copy full SHA for de5c7d3 - Browse repository at this point
Copy the full SHA de5c7d3View commit details
Commits on May 18, 2023
-
Merge pull request #130 from ucb-bar/sbt-assembly
Update build.sbt for sbt-assembly
Configuration menu - View commit details
-
Copy full SHA for 2ef368b - Browse repository at this point
Copy the full SHA 2ef368bView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 400ce78 - Browse repository at this point
Copy the full SHA 400ce78View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d45407 - Browse repository at this point
Copy the full SHA 2d45407View commit details
Commits on Jul 9, 2023
-
Merge pull request #131 from ucb-bar/move-iocells
Move iocells to separate project root
Configuration menu - View commit details
-
Copy full SHA for deb28e6 - Browse repository at this point
Copy the full SHA deb28e6View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29a2d91 - Browse repository at this point
Copy the full SHA 29a2d91View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27f4b83 - Browse repository at this point
Copy the full SHA 27f4b83View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0a6c2c - Browse repository at this point
Copy the full SHA c0a6c2cView commit details
Commits on Jul 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 368dde4 - Browse repository at this point
Copy the full SHA 368dde4View commit details -
Macrocompiler: FIRRTL-elab macros 1-at-a-time
Elaborating all macros in a single Circuit with an arbitrary (last) macro selected as the circuit main main cause some macros to be dropped, even with the DCEAnnotation. Work around this for now by elaborating each module in the macrocompiled circuit independently, then concatenating the verilog.
Configuration menu - View commit details
-
Copy full SHA for c8723f4 - Browse repository at this point
Copy the full SHA c8723f4View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5fe37c - Browse repository at this point
Copy the full SHA f5fe37cView commit details -
Merge pull request #133 from ucb-bar/fixes
Fixes for IOCell + MacroCompiler
Configuration menu - View commit details
-
Copy full SHA for 887c1c9 - Browse repository at this point
Copy the full SHA 887c1c9View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eef5efb - Browse repository at this point
Copy the full SHA eef5efbView commit details -
Merge pull request #134 from ucb-bar/intermediate-dump-vlog
Dump per macro verilog (overridden by final verilog output)
Configuration menu - View commit details
-
Copy full SHA for 60a1be9 - Browse repository at this point
Copy the full SHA 60a1be9View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7819dc6 - Browse repository at this point
Copy the full SHA 7819dc6View commit details -
Merge pull request #135 from ucb-bar/empty-hammerir
Emit a empty HammerIR JSON when no macros to avoid downstream tool problems
Configuration menu - View commit details
-
Copy full SHA for 32b329b - Browse repository at this point
Copy the full SHA 32b329bView commit details
Commits on Jan 3, 2024
-
Update deprecated APIs to prepare for Chisel 5
- `IO` was moved from `chisel3.experimental` to `chisel3` - `DataMirror` was moved from `chisel3.experimental` to `chisel3.reflect`
Configuration menu - View commit details
-
Copy full SHA for 16b5637 - Browse repository at this point
Copy the full SHA 16b5637View commit details -
Merge pull request #136 from tymcauley/chisel-5-prep
Update deprecated APIs to prepare for Chisel 5
Configuration menu - View commit details
-
Copy full SHA for 7b68cd7 - Browse repository at this point
Copy the full SHA 7b68cd7View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 277dc92 - Browse repository at this point
Copy the full SHA 277dc92View commit details -
Configuration menu - View commit details
-
Copy full SHA for c97627c - Browse repository at this point
Copy the full SHA c97627cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4830ebf - Browse repository at this point
Copy the full SHA 4830ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a1fe3 - Browse repository at this point
Copy the full SHA 33a1fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac11f6d - Browse repository at this point
Copy the full SHA ac11f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7060f4 - Browse repository at this point
Copy the full SHA d7060f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9436aea - Browse repository at this point
Copy the full SHA 9436aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 088460f - Browse repository at this point
Copy the full SHA 088460fView commit details