njithjw的个人空间 https://blog.eetop.cn/505866 [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

分享 mmcm dynamic reconfiguration sim
2018-7-9 17:16
`timescale 1ns/1ps module tb_clk_drp; parameter CLK_CY_100M = 10; bit clk_100m; always #(CLK_CY_100M/2) clk_100m = ~clk_100m; //----------------------------------------------------------------------------// //------------------------------------------------------------------------ ...
个人分类: FPGA_Verilog|1131 次阅读|0 个评论
分享 按键去抖动
2018-6-27 23:11
module debouncer ( input key_in, input clk_50m, output reg key_out ); reg &nbs ...
个人分类: FPGA_Verilog|810 次阅读|0 个评论
分享 march c-
2018-6-20 10:33
//march c- test flow //↑W(0)↑R(0)W(1)↑R(1)W(0) //↓R(0)W(1)↓R(1)W(0)↓R(0) //↑: addr from 0 to max //↓: addr from max to 0 //W(0): write "0" //W(1): write "1" //R(0): read expect "0" //R(1): read expect "1" `timescale 1ns/1ns module march_c_test ( in ...
个人分类: FPGA_Verilog|1001 次阅读|0 个评论
分享 microblaze通过串口读写FPGA内部axi4总线上的寄存器
2017-12-18 18:34
对于一个几乎没有用过xilinx器件的,一个毕业后就没怎么写过C的人来说,做到能用就行了(反正也只是辅助调试,反正我以后还可以再优化(估计这辈子都不会再看这个代码)),其它的也不敢要求更多。 vivado的易用性实在是……,想死的心都有了 #include stdio.h #include "platform.h" #include "xil_printf.h" ...
个人分类: FPGA_Verilog|2714 次阅读|0 个评论
分享 使用Vivado “Create and Package New IP”功能创建axi4_lite接口cpu_reg模块
2017-12-11 14:25
新建 vivado 空工程,然后选择 Tools-Create and Package New IP 弹出如下对话框 点击 Next 选择 ”Create a new axi4 peripheral” ,点击 Next 填入你希望得到的模块的名称,点击 Next 在 ”Number of Registers” 中填入希望得到的寄存器的 ...
个人分类: FPGA_Verilog|3232 次阅读|0 个评论
分享 转载:SMI(MDC/MDIO)总线接口介绍
2017-11-28 11:32
原文链接:http://blog.csdn.net/jasonchen_gbd/article/details/51628992 1. MDIO接口 SMI:串行管理接口(Serial Management Interface),也被称作MII管理接口(MII Management Interface),包括MDC和MDIO两条信号线。MDIO是一个PHY的管理接口,用来读/写PHY的寄存器,以控制PHY的行为或获取PHY的状态,MDC为MD ...
个人分类: 转载|2286 次阅读|0 个评论
分享 pcap.sv
2017-11-23 17:10
把数据保存成pcap格式 //Based on the original work of Jose Fernando Zazo //https://github.com/jfzazo/pcapFromVerilog `timescale 1ns / 1ps module pcap_dumper #( parameter pcap_filename = "", parameter c_max_pkt_size = 2048, parameter c_ns_p ...
个人分类: FPGA_Verilog|683 次阅读|0 个评论
分享 udp->ip->mac packet using sv
2017-11-16 11:38
文件: udp_sv_tb.zip
个人分类: FPGA_Verilog|581 次阅读|0 个评论
分享 i2c_intf
2017-11-1 11:18
//-----------------------------------------------------------------------------------------------// //PURPOSE : //process i2c interface to local ram interface //-----------------------------------------------------------------------------------------------// //Description: ////////////// ...
个人分类: FPGA_Verilog|816 次阅读|0 个评论
分享 UVM_HOME
2017-10-16 10:20
windows平台下使用ModelSim/QuestaSim进行UVM平台的仿真,要在系统的环境变量里面设置UVM_HOME的路径,否则使用vlog -f filelist.f启动编译时会出错;
个人分类: FPGA_Verilog|1160 次阅读|0 个评论
  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 2

    粉丝
  • 0

    好友
  • 0

    获赞
  • 17

    评论
  • 3512

    访问数
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-30 21:19 , Processed in 0.016725 second(s), 4 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部