signature=0e42fe6b348b65f88748ba8ecefece12,Low power BIST

摘要:

In the last years designers have mainly concentrated on low power consumption in mobile computing devices and cellular phones. In this paper, new solutions for reducing the switching activity of BIST environment for the scan-organized Built-In Self-Test (BIST) architectures is presented. The key idea behind this technique is based on the design of a new structure of LFSR to generate more than one pseudo random bit per one clock pulse. Theoretical calculations were hardware verified in two digital system design environments: WebPACK ISE by Xilinx and Quartus II by Altera. Power consumption measure tools were Xilinx XPower and Altera PowerPlay Power Analyzer Tool. The practical verification covers the power consumption of the Test Pattern Generator (TPG) as well as the complete BIST. The obtained results are over a dozen percent better compared to similar works.

展开

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要在uni-app中实现类似的效果,你可以使用uni-ui插件来创建选项卡导航菜单。下面是一个示例代码,演示如何使用uni-ui的`uni-tabs`组件来实现类似的效果: ```vue <template> <view> <uni-tabs v-model="current" :tabs="tabs" :pills="true" :pills-border-radius="30" :pills-color="#FF6E42" :bg-color="#F5F5F5" :line-height="0" :active-color="#fff" @change="changeTab"></uni-tabs> </view> </template> <script> import uniTabs from '@/uni-ui/uni-tabs/uni-tabs.vue' export default { components: { uniTabs }, data() { return { current: 0, tabs: [ { title: 'Tab 1' }, { title: 'Tab 2' }, { title: 'Tab 3' } ] } }, methods: { changeTab(index) { console.log('Current tab index:', index) } } } </script> ``` 在这个示例中,我们引入了`uni-tabs`组件并注册为`uniTabs`,然后在模板中使用`<uni-tabs>`标签来创建选项卡导航菜单。我们通过绑定`v-model`指令来实现当前选中选项卡的双向绑定,`:tabs`属性用于传入选项卡的数据数组,`:pills`属性用于设置选项卡为圆形样式,`:pills-border-radius`属性用于设置圆形选项卡的边框半径,`:pills-color`属性用于设置选项卡的颜色,`:bg-color`属性用于设置整个选项卡的背景颜色,`:line-height`属性用于设置选项卡的行高,`:active-color`属性用于设置选中选项卡的颜色,`@change`监听选项卡切换事件并调用`changeTab`方法。 请注意,你需要先安装并引入uni-ui插件,以及在项目的manifest.json文件中声明使用uni-ui组件。具体的安装和使用方法可以参考uni-ui的官方文档。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值