Skip to content

Commit

Permalink
Merge branch 'main' of github.com:shetor/EDA_Assess
Browse files Browse the repository at this point in the history
  • Loading branch information
WuHaoJie committed Oct 15, 2023
2 parents 7ad549c + a13ab82 commit c4d388e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Ubuntu中安装CLion:

采用二次线长模型,假设所有标准单元两两互连,pin的位置为标准单元中心,且所有标准单元大小是固定且相等的,我们可以通过穷举的方法来计算移动标准单元之后的总线长

![image-20231015093740490](C:\Users\Lenovo\AppData\Roaming\Typora\typora-user-images\image-20231015093740490.png)
![image](https://github.com/shetor/EDA_Assess/assets/112966567/60ccb267-3053-4a33-918e-a9da0c107514)


如上图,线长即为(x_i-x_j)^2

Expand Down Expand Up @@ -113,4 +114,4 @@ C4 0 2 # 单元C4的位置为(0, 2)

一定要注意代码规范。一个好的代码规范可以使代码几乎无需注释就能让人理解代码的用途和功能,这使得在协同开发时对接更为容易。 通常我们使用4空格为一个tab的修改版google-style的规范来进行开发。

CLion为我们内置了clang-format工具,可以帮助我们自动格式化代码。CLion配置代码风格格式化参考链接:[代码格式化](https://zh-googlestyleguide.readthedocs.io/en/latest/google-cpp-styleguide/)
CLion为我们内置了clang-format工具,可以帮助我们自动格式化代码。CLion配置代码风格格式化参考链接:[代码格式化](https://zh-googlestyleguide.readthedocs.io/en/latest/google-cpp-styleguide/)

0 comments on commit c4d388e

Please sign in to comment.