vtr-verilog-to-routing icon indicating copy to clipboard operation
vtr-verilog-to-routing copied to clipboard

generate_tech_xml_files.sh

Open luck-codeer opened this issue 1 year ago • 5 comments

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

luck-codeer avatar Nov 02 '23 02:11 luck-codeer

Looks good; thanks. Will merge once CI passes.

vaughnbetz avatar Nov 07 '23 20:11 vaughnbetz

@

vaughnbetz avatar Nov 07 '23 20:11 vaughnbetz

Accidentally hit the close button; reopening.

vaughnbetz avatar Nov 07 '23 20:11 vaughnbetz

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).

vaughnbetz avatar Nov 08 '23 02:11 vaughnbetz

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.

vaughnbetz avatar Jun 04 '24 13:06 vaughnbetz