自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

定戒慧

http://www.vmmcentral.org/

  • 博客(172)
  • 资源 (5)
  • 收藏
  • 关注

原创 gvim emacs 保持一致

1 shiftwidth这个是用于程序中自动缩进所使用的空白长度指示的。一般来说为了保持程序的美观,和下面的参数最好一致。同时它也是符号移位长度的制定者。2 tabstop定义tab所等同的空格长度,一般来说最好设置成8,因为如果是其它值的话,可能引起文件在打印之类的

2011-10-10 09:58:44 2113

原创 Testbench::Run

### 为迅速建立soc 验证环境写的perl package ###package Testbench::Run; require 5.000;require Exporter;use strict;use vars qw ($Debug $VERSION

2011-09-19 10:02:15 1778

原创 EMACS Verilog-mode 高级用法 AUTO_TEMPLATE

摘录了 EMACS 关于 AUTO_TEMPLATE 部分的帮助文档,并且收集了相关的FAQ文档Templates: For multiple instantiations based upon a single template, create a commen

2011-09-14 13:43:35 26102

原创 perl高级用法--通过学习Verilog::Getopt掌握package的写法

# See copyright, etc in below POD section.######################################################################package Verilog::Getopt;

2011-09-14 08:30:50 4371

转载 去除PDF水印

本文链接:http://www.penddy.com/pdf-documents-with-acrobat-to-remove-the-watermark.html    从网上下载的PDF文件中有不少是有水印的,基于目前网络的实际情况,这里的水印更多是对劳动者的

2011-09-01 10:55:28 4091

原创 Makefile 在实际项目中(chiplevel CPM)的应用 build-lib

one function one file and then build the library. source code in ../rte/src object file in ../rte/lib.

2011-08-11 13:45:58 1006

原创 Makefile 在实际项目中(chiplevel CPM)的应用- build-test

把一个目录下的源文件编译生成obj到另外一个目录,最后link 到另一个目录。用到了文件存在判断,自动匹配,第一个依赖文件($<), 全部依赖文件($^)。由.c 变成另外目录下的.rel的处理函数。内嵌bshell的执行。

2011-08-11 13:44:29 1059

原创 关于8051的编译

如何使代码link以后最小。1.       Use library with one function or related functions in one file. (一个函数一个library,然后指定library进行链接)2.       Optimiz

2011-08-11 13:41:25 995

原创 makefile 推荐使用静态模式

七、静态模式静态模式可以更加容易地定义多目标的规则,可以让我们的规则变得更加的有弹性和灵活。我们还是先来看一下语法:: : ...targets定义了一系列的目标文件,可以有通配符。是目标的一个集合。target-parrtern是指明了targets的模

2011-08-05 09:54:02 3693

转载 ARM cortex M0 verification script --- Perl

ARM cortex M0 verification script --- Perl

2011-07-19 02:09:18 4454

原创 clock divider RTL 如何描述?

//function: randome divider clk_out= clk/k1//note//    k1:  must bigger than 1 (>=2)//    div_change_en: enable signal for change the k1module clock_div(    //input      clk,       //input clk      rs

2011-06-14 18:14:00 1485

原创 vcs option +udpsched in gate level simulation without delay

When the udpsched switch is used, VCS treats the event to update the output of a sequential udp as if it was using a non-blocking assignment. This matches the scheduling of non-blocking assignments wi

2011-06-10 18:03:00 3149

原创 huge memory

huge memory

2011-06-03 00:27:00 1244

原创 gate level simulation step

gate level simulation step

2011-06-01 10:14:00 5132

原创 Gate Level Simulation

gate-level simulation postsim

2011-05-31 22:33:00 3665 1

原创 stock short operation

回调抄底。

2011-05-03 19:10:00 714

原创 sealy 项目中BOOT ROM 遇到的问题

FPGA 和ASIC 仿真不一致。 BOOTROM check。 二级启动代码。 overlay。

2011-05-02 15:27:00 846

原创 使ssh不用输入密码

使ssh不用输入密码

2011-04-30 23:22:00 737

原创 农业股

农业股

2011-04-24 22:01:00 2598

原创 vppreproc -- verilog perl study

vppreproc -- verilog perl studyverlilog::preproc

2011-04-10 21:26:00 2485

原创 vhier --- 剖析 学习 verilog-perl

study verilog-perl

2011-04-10 15:58:00 5649

原创 makefile embedded with shell

makefile embedded with shell in ic design perspective

2011-03-17 01:06:00 1333

原创 AMBA3 Protocol Checker 学习

AXI protocol checker

2011-03-16 14:52:00 2141

转载 perl 开头格式

#!/usr/bin/perl -weval “exec perl -w -S $0 $@” if 0; # not running under some shell

2011-03-09 15:01:00 3621 1

原创 volatile 使用误区

volatile

2011-02-24 11:41:00 1847

原创 understanding sequence -- assertion handbook

not [*n] [=n] [->n] [*0:n] ##[0:$] or and within intersect throughout ended matched triggered @seqA

2011-02-11 13:55:00 1081

原创 sequence and property operator summary

sequence and property operator summary

2011-02-10 10:27:00 655

原创 利用perl输出文件时的注意事项

把@array 用""连接后,变成$array字符串,嵌入$txt中

2011-01-29 21:03:00 1294

原创 如何建立simuation环境

建立simuation环境的原则

2011-01-28 14:38:00 1229

转载 my 和 our 变量申明的含义

my & our in perl

2011-01-24 13:02:00 955

转载 perl读写文件和命令行解析

perl读写文件和命令行解析, 同时也提供了大量文本输出的方法EOU

2011-01-24 12:40:00 1867

转载 c 标准库

c standard library

2011-01-11 18:21:00 597

原创 some perl module introduction

perl module:Spreadsheet::ParseExcel 数组比较 文件比较 解析HTML Data查找替换

2010-12-27 09:58:00 10547

原创 Coding Style to implement our own function new() -- when using vmm_data_member_begin

Coding Style to implement our own function new() -- when using vmm_data_member_begin

2010-12-13 13:10:00 1018

转载 cout重定向到文件

cout重定向到文件

2010-12-13 11:34:00 874

原创 How to disable AXI Monitor VIP protocol checking

How to disable AXI Monitor VIP protocol checking

2010-12-13 10:06:00 1694

原创 Chapter 13 -- SystemC From Gound 读书心得

Custom Channels and Data -- Primitive & Hierarchy Channel

2010-12-12 21:41:00 1521

原创 Const,Const函数,Const变量,函数后面的Const

Const,Const函数,Const变量,函数后面的Const

2010-12-08 21:29:00 622

原创 Chapter 12 -- SystemC From Gound 读书心得

Standard Interface: FIFO, Signal interface; Sensitivity and Event Finder ==> specialized portPort Array and Policysc_export

2010-12-05 19:32:00 1967

原创 Chapter 11 -- SystemC From Gound 读书心得

Communication

2010-12-05 09:37:00 1649

数字成像系统21~32讲

数字成像系统,ISP,sensor介绍

2020-09-20

数字成像系统1~9讲.zip

数字成像系统讲义part1 , IMAGE sensor,ISP处理

2020-09-20

SystemC-周祖成-课件.zip

SystemC-周祖成-课件 --------------

2009-05-17

Perl语言入门(第四版)---推荐

适用于初学者的perl中文辅导书,强烈推荐。

2009-05-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除