01 2018 档案

摘要://*************************************************************************** // Reporting the test case status // Status reporting logic exists both in simulation test bench (sim_tb_top) // ... 阅读全文
posted @ 2018-01-30 14:09 木心的木偶 阅读(177) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-17 12:15 木心的木偶 阅读(1497) 评论(0) 推荐(0)
摘要:module reset_sync (input clk, input reset_in, output reset_out); (* ASYNC_REG = "TRUE" *) reg reset_int = 1'b1; (* ASYNC_REG = "TRUE" *) reg reset_out_tmp = 1'b1; always @(posedge... 阅读全文
posted @ 2018-01-16 16:26 木心的木偶 阅读(2617) 评论(0) 推荐(0)
摘要:安装modelsim 下载链接:http://pan.baidu.com/s/1i4vHDbR 密码:dksy 1.运行modelsim-win64-10.4-se.exe,安装软件; 注意事项:安装路径可自行设置,但不要出现汉字,(本例:D:\work\modelsim)2.安装过程中一直选择ye 阅读全文
posted @ 2018-01-11 11:57 木心的木偶 阅读(666) 评论(0) 推荐(0)
摘要:1:乘法器的截位,比如输入24位,输出可选为48位或者47位,48位则是带2位符号位输出,47位则是带1位符号位输出 2:使用dxp的时,想看Pcb的另外一面,按V->B 阅读全文
posted @ 2018-01-02 09:55 木心的木偶 阅读(197) 评论(0) 推荐(0)