当前位置:网站首页>The relationship between FPGA internal hardware structure and code
The relationship between FPGA internal hardware structure and code
2022-07-06 00:23:00 【Silly boy: CPU】
FPGA The relationship between internal hardware structure and code
I/O Mapping
Give an input signal , Then output directly without any logic operation .
module line(
input wire in,
output wire out
);
assign out = in;
endmodule
Mapping of combinatorial logic
module line(
input wire in1,
input wire in2,
output wire out
);
assign out = in1 & in2;
endmodule
And logical truth table
Input | Input | Output |
---|---|---|
in1 | in2 | out |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
边栏推荐
- FFMPEG关键结构体——AVCodecContext
- Gd32f4xx UIP protocol stack migration record
- Leetcode:20220213 week race (less bugs, top 10% 555)
- notepad++正则表达式替换字符串
- Yunna | what are the main operating processes of the fixed assets management system
- What is information security? What is included? What is the difference with network security?
- 7.5 simulation summary
- Problems encountered in the database
- [designmode] Decorator Pattern
- notepad++正則錶達式替換字符串
猜你喜欢
Key structure of ffmpeg - avformatcontext
What are the functions of Yunna fixed assets management system?
Go learning --- structure to map[string]interface{}
The difference of time zone and the time library of go language
OS i/o devices and device controllers
[online chat] the original wechat applet can also reply to Facebook homepage messages!
Configuring OSPF GR features for Huawei devices
FFMPEG关键结构体——AVCodecContext
N1 # if you work on a metauniverse product [metauniverse · interdisciplinary] Season 2 S2
【DesignMode】组合模式(composite mode)
随机推荐
MySQL存储引擎
LeetCode 6005. The minimum operand to make an array an alternating array
What is information security? What is included? What is the difference with network security?
Power Query数据格式的转换、拆分合并提取、删除重复项、删除错误、转置与反转、透视和逆透视
Location based mobile terminal network video exploration app system documents + foreign language translation and original text + guidance records (8 weeks) + PPT + review + project source code
The difference of time zone and the time library of go language
Transport layer protocol ----- UDP protocol
LeetCode 斐波那契序列
DEJA_VU3D - Cesium功能集 之 055-国内外各厂商地图服务地址汇总说明
FFMPEG关键结构体——AVFormatContext
Wechat applet -- wxml template syntax (with notes)
AtCoder Beginner Contest 258【比赛记录】
【NOI模拟赛】Anaid 的树(莫比乌斯反演,指数型生成函数,埃氏筛,虚树)
Key structure of ffmpeg -- AVCodecContext
Notepad + + regular expression replace String
[designmode] Decorator Pattern
Multithreading and high concurrency (8) -- summarize AQS shared lock from countdownlatch (punch in for the third anniversary)
Permission problem: source bash_ profile permission denied
GD32F4xx uIP协议栈移植记录
Analysis of the combination of small program technology advantages and industrial Internet