【RTS笔记2】Concurrent Programming

Concurrent Programming:

Define

Concurrent programming techniques are those used to deal with parallelism in computing tasks. The correct logical behaviour of a concurrent program depends on correctly coordinating tasks to meet the program’s objectives.

Concurrent 需要关注两点:

  • Synchronisation 同步:to satisfy constraints on the ordering of tasks.
  • Communication 沟通: for passing information from one task to another

Concurrency is not parallelism 并发不是平行!
在这里插入图片描述

Concurrent execution can take three different forms:
  1. Multiprogramming: 单个处理器交错运行任务the processes multiplex their execution on a single processor.
  2. Multiprocessing:多个处理器共享内存分别执行任务 th
在ICC2(Innovus Continuum Compact)中,Concurrent Redundant Via用于提高芯片设计的可靠性和性能。以下是其功能介绍及使用方法: ### 功能介绍 Concurrent Redundant Via的主要功能是在布线过程中同时插入冗余通孔(Redundant Vias)。冗余通孔可以提高电气连接的可靠性,减少由于单个通孔故障而导致的电路断路风险。同时,在布线时同时插入冗余通孔,可以避免在后续阶段再进行插入操作,提高了设计的效率和整体性能。此外,还可以将单个的(single - cut) vias替换为multiple - cut via array (多次切割的通孔组) ,增强连接的稳定性 [^2]。 ### 使用方法 可以通过以下命令来设置Concurrent Redundant Via的相关选项: - `set_route_zrt_common_options -concurrent_redundant_via_mode reserve_space`:该选项用于设置是否预留空间以插入冗余通孔,默认值为off。当设置为reserve_space时,会预留插入冗余通孔所需的空间 [^1]。 - `set_route_zrt_common_options -concurrent_redundant_via_effort_level high`:此选项用于设置插入冗余通孔的努力级别,默认值为low。设置为high时,会更积极地插入冗余通孔 [^1]。 - `set_route_zrt_common_options -post_detail_route_redundant_via_insertion high`:该选项用于设置在详细布线后插入冗余通孔的级别,默认值为off。设置为high时,会在详细布线后进行更高级别的冗余通孔插入操作 [^1]。 以下是在icc_shell中设置这些选项的示例代码: ```tcl icc_shell> set_route_zrt_common_options -concurrent_redundant_via_mode reserve_space icc_shell> set_route_zrt_common_options -concurrent_redundant_via_effort_level high icc_shell> set_route_zrt_common_options -post_detail_route_redundant_via_insertion high icc_shell> route_opt – …… ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值