Elam Day-Friedland

Results 5 issues of Elam Day-Friedland

### Background Work - [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard) - [X] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues) - [X] Yes, I searched the [documentation](https://chipyard.readthedocs.io/) ### Chipyard Version and Hash...

bug

**Is your feature request related to a problem? Please describe.** Being able to end-to-end simulate active electronic-photonic devices designed in GDSFactory (such as PN phase shifters) in lumerical would be...

enhancement

I have a couple of guarded assignments ``` WBSel = eq_load.out ? 2'b00; // Loads WBSel = (eq_jal.out | eq_jalr.out) ? 2'b10; // jal, jalr WBSel = !(eq_jal.out | eq_jalr.out)...

(Feel free to reassign this, not sure which tag is suitable) I was trying to invoke verilator manually on a calyx-generated verilog file and got some warnings of the format...

TODO: get it working with runt. When I invoke the test with `fud` it (correctly) fails, but runt seems to complain that the primitive doesn't exist (perhaps for fud2 they...