Øyvind Harboe

Results 191 issues of Øyvind Harboe

Using [email protected] on Ubuntu 20.04, but I also tried this with the latest master of netlistsvg: still happens. JSON file, run gunzip to extract it: [fiddlybob.json.gz](https://github.com/nturley/netlistsvg/files/8267705/fiddlybob.json.gz) Resulting .svg file, cropped...

…Verilog ### 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...

**Type of issue**: bug report **Other information** Tests run in parallel will not have predictable names from BoringUtils.bore() as the name picked for the signal is based on an increasing...

### Prompt OpenROAD has the capability to include the PDK into the docker image, this is a nice deployment feature. ### Proposal Two docker images should be built, one with...

Magic/Open PDKs
discussion

### Prompt Add asap7 pdk to the build process ### Proposal ```make pdk``` should install asap7 pdk

enhancement
Magic/Open PDKs
blocked

### Expected behavior If I specify a virtualenv with Esbonio, I should not have to specify the default python path. ``` { "esbonio.server.pythonPath": "/home/oyvind/ascenium/ascenium/workflow/.tox/py3/bin/python", "esbonio.sphinx.srcDir": "source/" } ``` ### Actual...

bug

Failing test: https://github.com/ucb-bar/chiseltest/pull/525

When running: ``` sbt "test:testOnly *VerilatorCachingTests*" ``` The elaboration happens over and over again. It would be great if the elaboration was cached as well as the verilator binary.

feature request

I have a test that takes ca. 10-20 minutes to prepare(Elaboration + generate FIR + Verilator + g++), but the elaboration itself takes only 42 seconds. The test itself is...