在编写Verilog代码时注意以下点:
1 、同一个模块中不同变量的赋值放在不同的always块里(这样可以便于程序的调试),一个always块的代码
尽量不要超过十行。
2、同一个变量的赋值不能放在多个always块中,只能放在同一always块
2、复位信号一定要干净,尽量不要与其他的信号进行逻辑运算
3、利用时钟信号(clk)和复位信号(rst)做触发,尽量避免用中间...
分类:
其他好文 时间:
2014-08-04 18:04:07
阅读次数:
326
Problem DescriptionThere is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Although th...
分类:
其他好文 时间:
2014-08-04 17:32:07
阅读次数:
290
Problem Description
There is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Although the king used to be wise and beloved by his peop...
分类:
其他好文 时间:
2014-08-01 20:00:22
阅读次数:
287
CREATE TABLE "ADMINISTRATOR"."CK_ROLE" ("RO_ID" SMALLINT primary key NOT NULL generated always as identity(start with 1,increment by 1), "...
分类:
数据库 时间:
2014-08-01 15:49:11
阅读次数:
259
Problem Description
There is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Although the king used to be wise and beloved by his peop...
分类:
其他好文 时间:
2014-08-01 13:51:31
阅读次数:
224
Description
There is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Although the king used to be wise and beloved by his people. Now...
分类:
其他好文 时间:
2014-08-01 00:07:41
阅读次数:
351
Nice boatProblem DescriptionThere is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Al...
分类:
其他好文 时间:
2014-07-31 23:33:50
阅读次数:
357
fontawesometext:fa_icon="fa-github"the icon to place, as per theFont Awesome Cheat Sheetandroid:textSize="12sp"Text size must always be in sp!android:...
分类:
其他好文 时间:
2014-07-31 16:29:46
阅读次数:
272
环境: ubuntu 12.04 server? 1、kvm的安装 首先检查你的处理器是否支持硬件虚拟化;如果支持,下面这个命令 egrep ‘(vmx|svm)‘ --color=always ? /proc/cpuinfo 应该会显示类似下面这样的内容: root@ubuntu:~#...
分类:
其他好文 时间:
2014-07-28 00:49:29
阅读次数:
444
只需在程序中添加该句即可: getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
分类:
其他好文 时间:
2014-07-27 12:06:30
阅读次数:
183