IC Complier Placement and Optimization Attributes

Attribute Coarse placement Detail placement Optimization
is_fixed Cannot move cells Cannot move cells Cannot move, rotate, or resize cells

cts_fixed
(imposed on clock
buffers by clock tree synthesis)

Cannot move cells Cannot move cells Cannot move, rotate, or resize cells
is_soft_fixed Cannot move cells No restrictions No restrictions
size_only No restrictions No restrictions Can only resize cells
in_place_size_only Cannot move cells No restrictions Can only resize cells if there is room
dont_touch No restrictions No restrictions Cannot move, rotate, or resize cells

Continue reading “IC Complier Placement and Optimization Attributes”

Linux下测试硬盘写入数据速度

除了网速和CPU快慢,Linux服务器或者Linux VPS的硬盘读写速度也很重要呐。CPU大多蛮强劲,不必担心,网速的话机房是固定的也就变化不大了,这样硬盘的读写速度就可能成为服务器或者vps的性能瓶颈了。在linux下面我们可以使用命令dd来测试硬盘写入速度。

Continue reading “Linux下测试硬盘写入数据速度”

汽车:发动机排量L T FSI TSI和TFSI的意思与区别

发动机是汽车的主要部件,排量又是发动机的主要参数,有些时候我们会看到2.0L,2.0T,2.0TSI等参数。虽然这些参数都表示发动机的排量是2升,那么T,L,FSI,TSI和TFSI有表示什么意思呢?

Continue reading “汽车:发动机排量L T FSI TSI和TFSI的意思与区别”

汽车:变速器类型与分类

如果你准备买车,我们经常会被问到或提到的一个问题就是买自动挡还是手动挡。自动挡和手动挡是指对汽车变速器类型,那么汽车变速器类型有哪些呢,汽车变速器分类标准时什么呢。

汽车变速器主要分为3大类:手动变速器(MT),自动变速器(AT),手自一体变速器和无级变速器(CVT)。其中自动变速器又分为液力、机械、电控3种。

Continue reading “汽车:变速器类型与分类”

用php创建带有效期的linux账户 zz

今天在坛子(www.hostloc.com)里看到有人问如何用 php 创建带有效期的 linux 账户,我当时就给回复了一个 php 代码,后来我测试了一下才知道 useradd 这个系统命令之能用root执行.
所以只能想办法让 webserver 调用这个命令了,平时想要提高权限只有 su 和 sudo 这两个命令,所以我就把思路放在这上面了,可是结果调用了这两个命令后也还是不行,在网上搜了搜知道可以修改 sudo 的配置来达到我想要的效果,好了不再废话了,下面进入正题。

Continue reading “用php创建带有效期的linux账户 zz”

Gate-Array-Backfill (GBF) Cells

Nearly every chip being produced today faces at least one respin in the life of the project. Multiple respins are not uncommon. The financial pain of these engineering potholes can be alleviated by changing as few layers in the design as possible–two layers changed in a 10 layer design is a great savings over an all-layer respin.

Continue reading “Gate-Array-Backfill (GBF) Cells”