Teodor-Dumitru Ene
Teodor-Dumitru Ene
### Prompt I am not an expert with OpenROAD's code-base, and I would like to seek advice. I am experimenting with the procedural generation of up to 10^64 variants of...
### Prompt The `FP_PDN_AUTO_ADJUST` flag, as implemented [here](https://github.com/The-OpenROAD-Project/OpenLane/blob/master/scripts/tcl_commands/floorplan.tcl#L67) currently sets the pitch and offset of the power grid by dividing the core width and height by the hard-coded values 4...
### Description During the implementation of any design, OpenLane will create a `reports` folder. This `reports` folder has, among others, an area report. The area report displays both raw area,...
The `sky130_fd_sc_hd__dlygate4sd3_1`, and indeed all other cells in the `dlygate4sd` family, appear to have discrepancies between their listed timing behavior and their behavior when simulated through spice. The timing file...
## Expected Behavior Each of the standard cell kits should have timing information under their respective `cells/diode/` folder. This timing information is imported when `make timing` is run, which is...
All the diode_2 cell LEFs, such as at https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hd/blob/master/cells/diode/sky130_fd_sc_hd__diode_2.magic.lef have a non-zero value for ANTENNAGATEAREA . Indeed, the value in question seems to be a duplicate of ANTENNADIFFAREA . This...
Path-Based Analysis, while much more computationally difficult, can lead to significant pessimism reductions when compared to the more computationally-simple Graph-Based Analysis. In my experience, layouts are commonly timed using GBA...
# What does this PR do ? Fix convert_nemo_llama_to_hf.py: - Correctly account for `megatron_amp_O2` flag - Save HF model with correct precision - Transfer over the NeMo tokenizer, instead of...
- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested Fix #1204 ## Additional context & links #1204
# What does this PR do ? Fix convert_mixtral_nemo_to_hf.py **Collection**: scripts/checkpoint_converters # Changelog * Fix two typos * Allow for custom tokenizer to be passed in **PR Type**: - [...