当前位置:网站首页>Verilog realizes serial communication and sends it to the nixie tube
Verilog realizes serial communication and sends it to the nixie tube
2022-06-29 20:56:00 【QQ_ seven hundred and seventy-eight million one hundred and thi】
verilog Realize serial communication , Realization PC And FPGA Serial port communication , Key digital tube display .
clock frequency 50MHZ, Baud rate 115200, Adjustment can be modified .
Serial port input data , Send it to the nixie tube for display .
stay vivado Build the project and integrate :

The top module code is as follows :
`timescale 1ns / 1ps
//
// Company:
// Engineer:
//
// Create Date:
// Design Name:
// Module Name: uart_disp_top
// Project Name:
// Target Devices:
// Tool Versions:
// Description:
//
// Dependencies:
//
// Revision:
// Revision 0.01 - File Created
// Additional Comments:
//
//
module uart_disp_top(
input clk, //clock input
input rst_n, //asynchronous reset input, low active
input rx_pin, //serial data input
output [5:0] Scan_Sig,// Bit selection signal We only use two nixie tubes here
output [7:0]SMG_Data
);
wire [7:0] data1;
//wire [7:0] da
边栏推荐
- Topic39——78. 子集
- Win10 sets automatic dial-up networking task to realize automatic reconnection after startup and disconnection
- 习近平在湖北武汉考察时强调 把科技的命脉牢牢掌握在自己手中 不断提升我国发展独立性自主性安全性
- String字符串的存储原理
- . NETCORE unified authentication authorization learning - first authorization (2)
- varnish 503 no backend connection – varnish健康检查
- Website stress testing tool - webbench
- Deploy web using gunicorn Py application
- Curl download example
- Final review [microcomputer principle]
猜你喜欢

Comparable comparator writing & ClassCastException class conversion exception

MySQL JSON data types & functions

Mysql Json 数据类型&函数

In depth good article | yolov5+deepsort multi-target tracking in-depth interpretation and testing (including source code)

STM32最小系统搭建(原理图)

Fastadmin background setting radio button

「运维有小邓」Active Directory批量用户创建

Cantata version 9.5 has officially passed the sgs-t Ü V certification and conforms to all major software safety standards
[cloud native practice] kubesphere practice - Multi tenant system practice

Practical guide to GStreamer application development (V)
随机推荐
Cmake development - Multi Directory Project
量子机器学习的基础和应用:一个简明文献综述
Enter the year and month to find the total number of days in the month
推荐书籍--白夜行
How to evaluate iFLYTEK AI translation pen P20 series? Is it worth buying?
Common methods of string class
"Xiaodeng" active directory batch user creation in operation and maintenance
数字密码锁verilog设计+仿真+上板验证
Alibaba cloud released the atlas of China's robot industry (2022), 122 Pages pdf
flutter BottomNavigationBar切换页面保持状态
实现inotify配合rsync实时备份
直播预告 | PostgreSQL 内核解读系列第一讲:PostgreSQL 系统概述
Liunx instruction
Comparable comparator writing & ClassCastException class conversion exception
Information system project manager -- Chapter VII examination questions of project cost management over the years
Practical guide to GStreamer application development (V)
varnish 503 no backend connection – varnish健康检查
Bigder:自动化测试工程师
VHDL电话计费系统设计
Initialization of global and static variables