Ethan Mahintorabi

Results 38 issues of Ethan Mahintorabi

@jjcherry56 @tspyrou Hi James, Tom let me know that you wanted me to sign a CLA, but setting that up requires a bit more infrastructure than is currently available in...

@openroadie I found this change while looking for my attribute parsing change. This speeds up opensta by roughly 20%

```systemverilog module test #( parameter int BobaCount = 2, parameter int unsigned NumBobaDrinkers[BobaCount] = '{default: '1} )(); endmodule ``` Slang appears to parse this correctly ```json { "name": "NumBobaDrinkers", "kind":...

https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/f801b4b8b321a6ea8ba4ffa84c939b6d1d8f658f/flow/platforms/asap7/openRoad/make_tracks.tcl#L16-L22 In the above snippet for ASAP7 there are multiple track definitions for M2. What is the purpose of these repeat definitions? I also got a question inside Google about...

The ReRAM docs contained information on multibit programming that isn't in the PDK. Google needs to add that information to this repository.

documentation

This is probably just requires duplicating the 108 definition in the XML and removing any new parameters.

Hi, Also a Googler. I have a pretty extensive set of dependency support package in [bazel_rules_hdl](https://github.com/hdl/bazel_rules_hdl/tree/main/dependency_support) that might be useful to upstream here. The packages in there are all built...

module wanted