Harry0789
  • Joined on Oct 26, 2023
  • Organization
Loading Heatmap…

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • b73be0f190 !89 Merge 251216 Merge pull request !89 from Emin/master
  • cea4259024 !116 Merge branch 'oscc-master' Merge pull request !116 from Emin/merge-oscc-25-12-16
  • 18171ce08a Revert "fix: memory error in iNO" This reverts commit 87503e6bf215972f535887cf92cd2d65cd583aef. Considering the current project schedule, we have decided to leave the iNO section of the code untouched for now.
  • 756e59b01c !114 fix(salt): add const for build with gcc15 * fix(salt): add const for build with gcc15
  • b4bef76d39 !117 Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master Merge pull request !117 from ZhishengZeng/nn_master
  • Compare 50 commits »

3 days ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • daaba4a329 !82 修复DPBin和DPSegment相关头文件的依赖问题 * fix: circular dependency between DPBin and DPSegment headers

2 weeks ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 038eb6454c !88 merge 251108 (support ICS55) Merge pull request !88 from Hao/master
  • f7caa3a13c fix: delete deprecated `init_rt` option `enable_fast_mode`
  • 61efc40a1f refactor: change default `CORE_UTIL` value from 0.5 to 0.2 in ICS55 script
  • 6b057c5038 !108 scripts: add ics55 gcd for ics55 pdk demo * refactor: update environment variable handling and script paths for IC… * scripts: add ics55 gcd for ics55 pdk demo
  • 80c1f9e47b !107 Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master Merge pull request !107 from ZhishengZeng/nn_master
  • Compare 19 commits »

1 month ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 97f8bb1116 !81 fix: memory error in iNO Merge pull request !81 from 雪泥喵爪/mem-fix
  • 87503e6bf2 fix: memory error in iNO `NoApi::outputSummary` used `memset` to initialize a non-trivial struct, which is an undefined behavior causing memory leak or invalid memory access. This commit relpaced the `memset` with explicitly initializing each field of the struct.
  • Compare 2 commits »

1 month ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 86a0006451 !86 fix bugs for auto place io pins in prefer direction Merge pull request !86 from Emin/master
  • 436c17f7ac fix bugs for auto place io pins in prefer direction
  • a57767d299 !105 Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master Merge pull request !105 from ZhishengZeng/nn_master
  • 879146207f Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master
  • a3b1142729 update
  • Compare 15 commits »

1 month ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

1 month ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • ec8249490a !80 fix(build): improve Tcl header inclusion for better compatibility Merge pull request !80 from Emin/master
  • f523332c83 !97 Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master Merge pull request !97 from ZhishengZeng/nn_master
  • 26c848c683 Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master
  • 6a1783c7a9 update ino
  • dfc6f6f673 !96 fix(build): improve Tcl header inclusion for better compatibility * fix(build): improve Tcl header inclusion for better compatibility
  • Compare 26 commits »

1 month ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 72c7e5d6dd !79 Merge branch 'master' of gitee.com:ieda-ipd/iEDA into master Merge pull request !79 from Emin/master
  • 91669d8f83 !90 fix bug Merge pull request !90 from ZhishengZeng/nn_master
  • 02eead36c3 fix bug
  • 7f19432f9a !89 Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master Merge pull request !89 from ZhishengZeng/nn_master
  • d123fad68d Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master
  • Compare 37 commits »

2 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

2 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

3 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 614a91b4d1 !76 merge into oscc/master Merge pull request !76 from Emin/master
  • 0d642cf571 fix(tapcell): add null check for core site in tapCells function
  • 6f8f7cf064 refactor: update .dockerignore to include files/dirs
  • d237c32f8f refactor: remove redundant CMAKE_BUILD_TYPE debug setting from CMakeLists.txt files
  • 7e7d7e4f0a fix:use output cap
  • Compare 41 commits »

3 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

3 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

4 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 9db83cbe04 !72 feat(iCTS): add delay information to JSON design output * refactor(icts): remove old skew map generation * feat(iCTS): add delay information to JSON design output

5 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 483a6fd45f docs: update iEDA Docker image links in README-CN.md to point to
  • a01f574a23 !70 feat: add module-level path analysis to JSON power report * feat: add module statistics tracking to JSON timing report
  • 0249ba1785 !69 feat(iPW): add module-level power analysis to JSON power report * feat(iPW): add module-level power analysis to JSON power report * refactor: remove duplicate instance power JSON reporting
  • Compare 3 commits »

5 months ago

Harry0789 synced commits to 0.1.x at Harry0789/iEDA from mirror

  • 40f136974d !68 修复 NotificationUtility 类析构函数访问权限错误 * !67 修复 NotificationUtility 类析构函数访问权限错误

5 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • ff248e6f65 !67 修复 NotificationUtility 类析构函数访问权限错误 * fix(notification): resolve unique_ptr destructor access error

5 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 7ea11921aa !66 build: update base image to Ubuntu 22.04 in Dockerfile * build: update base image to Ubuntu 22.04 in Dockerfile
  • 485f8c59f8 !65 build: add libcurl4-openssl-dev to apt dependencies Merge pull request !65 from Emin/add-deps-curl4
  • cb6b5808a9 build: add libcurl4-openssl-dev to apt dependencies Signed-off-by: Qiming Chu <cchuqiming@gmail.com>
  • e4b19638c7 !64 Prepare for v0.1.0 Merge pull request !64 from Emin/master
  • d35ac85be4 !54 Merge branch 'master' of gitee.com:ieda-ipd/iEDA into nn_master Merge pull request !54 from ZhishengZeng/nn_master
  • Compare 45 commits »

5 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • f70f1b5015 !63 build: remove mt-kahypar submodule and update gitignore * build: remove mt-kahypar submodule and update gitignore
  • fd68c43f5c !62 fix(cmake): replace iPW with iPA to resolve build errors * fix(cmake): replace iPW with iPA to resolve build errors
  • 1559e7222c !59 feat(ipl) add JSON output option * feat(ipl): add config `info_iter_num` to control iteration logging * feat(ipl): add JSON output option
  • Compare 3 commits »

5 months ago

Harry0789 synced commits to master at Harry0789/iEDA from mirror

  • 1f31492b91 !60 feat(iCTS): add dump support for Skew Map * feat(iCTS): add dump support for Skew Map * feat(ista): add JSON dump support for clock tree analysis * feat(sta): enhance clock tree visualization with name formatting options
  • d7d48cf701 !61 revise iPW=>iPA Merge pull request !61 from Xingquan-Li/auto-8273072-master-2f46b18b-1
  • c2fae4f5f4 revise iPW=>iPA
  • 932df890fa revise docs
  • 689f172c72 !58 fix(iIR): link iIR-Rust library to pg-netlist Merge pull request !58
  • Compare 7 commits »

5 months ago

Baidu
map