当前位置:网站首页>FPGA: Basic Getting Started LED Lights Blinking
FPGA: Basic Getting Started LED Lights Blinking
2022-08-05 10:17:00 【first good morning...】
Insert Code Snippet Title Overview:
Make the LED blink.
Programming:
`timescale 1ns / 1psmodule led_twinkle(input sys_clk,input sys_rst_n,output [1:0] led);reg [25:0] cnt;assign led=(cnt<26'd2500_0000)?2'b01:2'b10;[email protected](posedge sys_clk or negedge sys_rst_n)beginif(!sys_rst_n)cnt<=26'd0;else if(cnt<5000_0000)cnt<=cnt+1'b1;elsecnt<=26'd0;endendmodule
Practice on computer:
QQ short video 20220804155930
边栏推荐
- 茄子科技CEO仇俊:以用户为中心,做用户真正需要的产品
- 技术干货 | 基于 MindSpore 实现图像分割之豪斯多夫距离
- 机器学习-基础知识 - Precision, Recall, Sensitivity, Specificity, Accuracy, FNR, FPR, TPR, TNR, F1 Score, Bal
- 这份阿里强推的并发编程知识点笔记,将是你拿大厂offer的突破口
- 高质量 DeFi 应用构建指南,助力开发者玩转 DeFi Summer
- 阿里全新推出:微服务突击手册,把所有操作都写出来了PDF
- 皕杰报表的下拉框联动
- What is SPL?
- The founder of the DFINITY Foundation talks about the ups and downs of the bear market, and where should DeFi projects go?
- What is CRM Decision Analysis Management?
猜你喜欢
What is CRM Decision Analysis Management?
Oracle temporary table space role
[强网杯2022]WP-UM
[Strong Net Cup 2022] WP-UM
three.js debugging tool dat.gui use
Egg framework usage (1)
Huawei's lightweight neural network architecture GhostNet has been upgraded again, and G-GhostNet (IJCV22) has shown its talents on the GPU
Pytorch Deep Learning Quick Start Tutorial -- Mound Tutorial Notes (3)
SQL外连接之交集、并集、差集查询
FPGA:开发环境Vivado的使用
随机推荐
第五章:redis持久化,包括rdb和aof两种方式[通俗易懂]
华为轻量级神经网络架构GhostNet再升级,GPU上大显身手的G-GhostNet(IJCV22)
Confessing in the era of digital transformation: Mai Cong Software allows enterprises to use data in the easiest way
基于MindSpore高效完成图像分割,实现Dice!
[Office] Collection of Microsoft Office download addresses (offline installation and download of Microsoft's official original version)
Pycharm 常用外部工具
创建一个 Dapp,为什么要选择波卡?
Go编译原理系列6(类型检查)
STM32+ULN2003驱动28BYJ4步进电机(根据圈数正转、反转)
什么是CRM决策分析管理?
首次去中心化抢劫?近2亿美元损失:跨链桥Nomad 被攻击事件分析
SD NAND Flash简介!
How can project cost control help project success?
阿里顶级架构师多年总结的JVM宝典,哪里不会查哪里!
告白数字化转型时代:麦聪软件以最简单的方式让企业把数据用起来
dotnet OpenXML 解析 PPT 图表 面积图入门
uniapp 连接ibeacon
E-sports, convenience, efficiency, security, key words for OriginOS functions
还在找网盘资源吗?快点收藏如下几个值得收藏的网盘资源搜索神器吧!
What is the function of the regular expression replaceAll() method?