Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kammoh pushed 3 commits to main kammoh/chiseltest
kammoh pushed 16 commits to main kammoh/chiseltest
- Revert version to 6.0-SNAPSHOT and trigger a snapshot release (#710) 6e194dc
- [CI] add verilator 5.x tests (#709) 0783f27
- Parse bitwuzla version number to provide appropriate command line args (#721) Closes #716 06e6ea8
- Add k-induction for SmtModelCheckers (#713) * K-induction: Initial codepath. * Add k-induction for SmtModelCheck... bdb84f7
- Add License File (#727) * Add 3-clause BDS license file * add license info to readme 82993eb
- wip mill build 5bdf114
- wip 6ad47de
- WIP f8f1ee5
- wip 80a2604
- wip 7f47819
- mill build with firrtl2 as submodule 94dffe8
- functional chiseltest for chisel-7 b0e4a9d
- fix build 2b98c61
- publish as xyz.kammoh b0e7d6a
- fix tests and GH actions d953239
- Merge pull request #1 from kammoh/almost7 Functional compatibility with Chisel 7.0 311b0c3
kammoh closed a pull request on kammoh/chiseltest
Functional compatibility with Chisel 7.0
tests passkammoh opened a pull request on kammoh/chiseltest
Functional compatibility with Chisel 7.0
tests passkammoh pushed 2 commits to almost7 kammoh/chiseltest
kammoh pushed 229 commits to ChiselSimTester kammoh/chisel
- Make '--module' support arguments (#4358) Dramatically increase the power of the '--module' argument to 'circt.stag... da4cb2d
- Fix Arg.name and earlyLocalName for probes (#4359) 15c3cc9
- Fix ActualDirection calculation from SpecifiedDirection (#4205) Unspecified direction maps to Output while Flip maps... 3d32b1d
- Add DataMirror API for currentInstancePorts. (#4362) This allows users to query an Instance without it being closed ... b808a97
- Add experimental Select APIs for current instances in a BaseModule. (#4363) This is useful in situations like atModu... 50a6302
- Add `Path.apply()` to support `HasTarget` (#4364) d85b628
- [website] Update docusaurus 3.1.1 => 3.5.2 (#4365) 5c12912
- [cd] Bump CIRCT from firtool-1.82.0 to firtool-1.83.0 (#4366) * [binder] Refactor value cache * [binder] Support ... 9e473ff
- Add property support to SRAMInterface-based SRAM (#4298) * Revert "Add `Path.apply()` to support `HasTarget` (#4364)... bc1a24d
- Change Path to emit relative targets (#4368) Chisel will now reject attempts to create a Path within a Module that i... f425f1a
- Add utility for pretty Verilog emission in mdoc (#4369) And deploy this utility, replacing most uses of ChiselStage ... 4c0c194
- make SRAM description value optional in SRAMInterface (#4370) 68e3ec5
- Add -default-layer-specialization=enable to Scala CLI example (#4371) This makes the default example output prettier. 849972f
- [cd] Bump CIRCT from firtool-1.83.0 to firtool-1.84.0 (#4377) This is an automated commit generated by the `circt/up... a1c35ad
- Remove Path from SRAMDescription as it isn't fully functional (#4381) 0e71c40
- [mill] Enhance Mill flow to download jextract and circt-full (#4383) * [mill] Enhance Mill flow to download jextract... ead5fc9
- [mill] Get unit testing working (#4384) * Use standard mill inner object test style * Update firrtlTests.FileUtilsS... 77b6540
- [cd] Bump CIRCT from firtool-1.84.0 to firtool-1.85.0 (#4385) * [simulator] Switch ChiselSim to use new Layer ABI ... c515248
- [mill] Fix Panama compilation with macos aarch64 We just use x64 for macos aarch64 for now. fd2ba0c
- Add Attribute annotation back to chisel in-tree firrtl (#4023) cf42ac7
- and 209 more ...
kammoh pushed 302 commits to main kammoh/chisel
- Update mill-main to 0.11.8 (#4210) 00b810e
- Update scalatest to 3.2.19 (#4211) ef7128c
- Update scalacheck-1-18 to 3.2.19.0 (#4212) Co-authored-by: Jack Koenig <[email protected]> 2c5e185
- [website] Fix FirtoolVersionsTable for chisel v3.6.1 ee7ef3a
- Fix BoringUtils for identity views (#4220) 65936c6
- make FixedIOBaseModule work with D/I (#4216) c1ad4e4
- Name the targets of identity views (#4222) 530155d
- Elide else skip in FIRRTL for whens with no otherwise (#4227) 2fdaead
- Make isView safe outside of Builder context (#4228) 219a237
- Add ChiselStage.emitCHIRRTLFile (#4232) Emits a file without returning the serialized object which is more memory e... e8edc8f
- Emit FIRRTL bulk connects even for "input" wires (#4219) 0a3d157
- Fix width of ChiselEnum values in emitted FIRRTL (#4200) Temporarily preserve the old behavior under CLI option --u... 5de2248
- [LTL] Deprecate disable intrinsic (#4237) 9c61fdc
- Share ChildBinding objects between siblings (#4238) d499a88
- Preserve literals across .asTypeOf (#4168) Casting a literal (of any type) to another type with .asTypeOf will resu... 8f00067
- Make requireTypeEquivalent public and add context message (#4243) * make requireTypeEquivalent public via DataMirror... c324ac5
- Intern Width (#4242) * UnknownWidth becomes a case object * KnownWidths 0-1024 are interned d1e9cb9
- Use :<>= in VecInit methods instead of := or <> (#4248) Previously, VecInit would try to "intelligently" select := o... 255d3d4
- Fix import path in docstring (#4256) 2fca980
- Add map method for Valid (#4255) 3841325
- and 282 more ...
kammoh pushed 1 commit to develop less-sig/LESS
- cleanup: remove redundant cast to FQ_DOUBLEPREC e4c2217
kammoh pushed 1 commit to develop less-sig/LESS
- fix cycle count on macOS/arm64 and move m1cycles.h to bench folder 0bc603f
kammoh pushed 1 commit to develop less-sig/LESS
- fix more compiler warnings, revert cycle count variables to uint64_t 1ad75fd
kammoh pushed 3 commits to develop less-sig/LESS
kammoh closed a pull request on less-sig/LESS
remove unused functions; fix some compilation warnings;
- Use unsigned type for loops and where a more specific type is unnecessary. - removed some Windows line-breaks (^M) using dos2unixkammoh opened a pull request on less-sig/LESS
remove unused functions; fix some compilation warnings;
- Use unsigned type for loops and where a more specific type is unnecessary. - removed some Windows line-breaks (^M) using dos2unixkammoh created a branch on kammoh/LESS
more_cleanup_2 - Repository for the current status of the LESS submission