Carlos Eduardo

Results 91 issues of Carlos Eduardo

## Bug Description While using rebar3_format (that uses katana-code for its formatter), I've seen a bug that it's removing the single quotes from macros that have dashes in the name....

bug

Just for tracking, the last release version was not published on Maven/Sonatype: https://oss.sonatype.org/#nexus-search;gav~org.antipathy~mvn-scalafmt_2.13~~~~kw,versionexpand https://repo1.maven.org/maven2/org/antipathy/mvn-scalafmt_2.13/ Also the publishing action is currently broken.

Replace the code and helpers from https://github.com/carlosedp/scala3-quarkus-quickstart/commit/c9b67f41ace5c13e9c6e7a8113e54c77309fe0e8 once the PRs below from quarkus-scala3 extension gets merged: - https://github.com/quarkiverse/quarkus-scala3/pull/52 - https://github.com/quarkiverse/quarkus-scala3/pull/51

Converting some tests to ChiselSim, I've noticed the tests run about 20x slower than chiseltest. As a comparison, running on ChiselSim: ``` ❯ time ./mill chiselv.test.testOnly chiselv.ALUSpec [86/86] chiselv.test.testOnly ALUSpec:...

I have a module and test below that uses module initialization value which works and tests fine under chiseltest but when ported over to ChiselSim, it started to fail. ```scala...

While rewriting some tests from chiseltest to ChiselSim, I've noticed ChiselEnum is not handled by the Peek/Poke API. In a test with `c.io.inst.peek() should be(inst)` where `inst` is a `ChiselEnum.Type`,...

ChiselSim Improvements I started porting some tests from chiseltest to ChiselSim and found some usability gaps that could be improved. Also some error: - [ ] Having a simulator which...

### Contributor Checklist - [x] Did you add Scaladoc to every public function/method? - [x] Did you add at least one test demonstrating the PR? - [x] Did you delete...

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** Having a simple module containing any `Analog` port, generates an error when testing with ChiselSim. **What is...

bug

I have a Mac M1 (Apple Silicon) which is `arm64` architecture. Installing Coursier thru Homebrew using `brew install coursier/formulas/coursier`, installs coursier x64 (Intel) version. This doesn't happen when coursier is...