- 博客(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
原创 sealy 项目中BOOT ROM 遇到的问题
FPGA 和ASIC 仿真不一致。 BOOTROM check。 二级启动代码。 overlay。
2011-05-02 15:27:00
846
原创 vppreproc -- verilog perl study
vppreproc -- verilog perl studyverlilog::preproc
2011-04-10 21:26:00
2485
原创 makefile embedded with shell
makefile embedded with shell in ic design perspective
2011-03-17 01:06:00
1333
转载 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
原创 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
原创 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
原创 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
原创 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
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅