vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
generate_tech_xml_files.sh
Description
Completing the conversion from units to exponential scale.
Related Issue
When running generate_cmos_tech_data.pl with hspice 2017, you may come across an issue where the current values need to be converted into exponential notation with the "e" notation.(https://github.com/verilog-to-routing/vtr-verilog-to-routing/issues/2424)
Motivation and Context
How Has This Been Tested?
Types of changes
- [x] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [ ] My change requires a change to the documentation
- [ ] I have updated the documentation accordingly
- [ ] I have added tests to cover my changes
- [ ] All new and existing tests passed
Looks good; thanks. Will merge once CI passes.
@
Accidentally hit the close button; reopening.
The python code needs formatting: Run 'make format-py' to apply these changes
There are also some spurious Clang-compatibility failures (not sure why they're failing right now, but it is some other issue as they are failing on all PRs).
Updating to master and re-launching CI to see if the failures are gone. @luck-codeer : if you can format the new python code that would be great so we can land this.