当前位置:网站首页>(data and electricity) summary of various triggers - FPGA octet (1)
(data and electricity) summary of various triggers - FPGA octet (1)
2022-07-20 09:57:00 【Juanshi】
Seeing the autumn move , I did some written examination questions of the company , I found that I basically tested various triggers of digital electricity , I forgot everything and confused each other , Today, let's summarize these triggers !
ps: I found that there are many eight part essays on software development , There are few eight part essays on hardware development , I can only sum it up by myself ,FPGA The eight part essay will be continuously updated , Until I got a job !
Catalog
Synchronous trigger —RS trigger
Input and output of trigger
trigger : A method with Memory function , Be able to store 0 and 1 Such a circuit of digital information , It is the basic logic device that constitutes the sequential logic circuit
The output state of the trigger :0 perhaps 1
Trigger output receives Effective excitation signal When : The state can be reversed 0→1、1→0
If the input excitation signal is not a valid signal : The output state of the trigger remains unchanged ( Memory function )
Classification of triggers
Divide according to logical functions :
RS trigger : Set up 0 Set up 1 trigger
JK trigger : Set up 0 Set up 1 And flip trigger
D trigger : Follow trigger
T trigger : Flip trigger
According to the internal structure :( The structure is becoming more and more complex , The anti-interference ability is improved )
Basic trigger
Synchronous trigger ( Trigger with clock control )
Master slave trigger
Edge trigger
basic RS trigger
RS Triggers have two structures :
The difference is that input S and D Is it active at high level or active at low level
S(set) Set up 1 ,R(reset) Set up 0, Output Q by 1 and 0, The truth table corresponding to the above figure is as follows :
Substate Q And the present state Q,S,R It's all about
When S and R Values are different : The excitation signal is valid , Output setting 1 Or set 0
When S and R No input : Keep the current Q value
When S and R Are effective : prohibit
Synchronous trigger —RS trigger
When clk=0, Input excitation is blocked , The output state remains unchanged
When clk=1, The circuit is working , complete RS Trigger function
Sync D trigger
When clk=0, Input excitation is blocked , The output state remains unchanged
When clk=1, The circuit is working , complete D Trigger function
Substate Q and D For the same value ( Follower )
Sync JK trigger
When clk=0, Input excitation is blocked , The output state remains unchanged
When clk=1, The circuit is working , complete JK Trigger function
J and K There is no incentive : Keep function
J and K Different : According to the effective incentive setting 1 or 0
J and K There are incentives : Secondary meeting “ Flip ” The number opposite to the present state
Sync T trigger
When clk=0, Input excitation is blocked , The output state remains unchanged
When clk=1, The circuit is working , complete T Trigger function
T Incentives are ineffective : Keep current
T Incentives work : The secondary state is the result of the inversion of the present state
边栏推荐
- Vulnhub target jangow: 1.0.1
- G2L系列 核心板 -RZ/G2L 处理器简介|框架图|功耗|原理图及硬件设计指南
- How to test the availability and stability of EIM bus
- Mid value overflow of binary search
- How to put a "platform" into a small box? (Part 2) technical realization
- Mindscore "implementing a picture classification application" runs incorrectly
- Stm32f4 uses a timer to output multiple PWM waves with different frequency duty cycles (including codes)
- iMX8M开发板UBOOT添加新的显示支持
- UltraEdit line break / tab settings
- TypeScript 中类型 any,void,unknown,never之间的区别
猜你喜欢
SSH协议中隧道与代理的用法详解
Secure Code Warrlor学习记录(二)
典型的HMI应用实现方案,帮你更好的进行主控选型
vulnhub 靶机 GOLDENEYE: 1
Vulnhub target jangow: 1.0.1
Vulnhub target earth
vulnhub 靶机 Earth
Interpretation of semi supervised contractual learning for label effective medical image segmentation
【Markdown】关于Markdown我想说这些~
How to put a "platform" into a small box? (Part 2) technical realization
随机推荐
基于飞凌NXP i.MX6ULL的无线网络测试
【Vscode配置Markdown环境】亲测好用~
测评瑞萨RZ/G2L存储读写速度与网络
G2l series core board -rz/g2l processor introduction | frame diagram | power consumption | schematic diagram and hardware design guide
UltraEdit line break / tab settings
详细讲解JS中的加法(+)运算,基本数据类型相加,引用数据类型相加底层的运算规则,[]+{},{}+[]
Allegro (cadence)导出gerber文件步骤
Pearson correlation coefficient and code implementation (C language +matlab)
Generics of typescript
Many new features of ktor2.0 were thought of a year ago and have been implemented in the project
Verilog语言中按位取反和逻辑取反的区别
[Lora & nb IOT] current situation analysis
FPGA -- detailed explanation of the principle of displaying images with VGA timing (2)
ZYNQ ARM核之SCU
Redux main knowledge learning summary
FreeRTOS线程安全、中断安全的printf实现方式
vivado2018.2报错及解决方法记录
Precautions for the selection and conversion of single power supply operational amplifier and dual power supply operational amplifier and their power supply mode
SSH协议中隧道与代理的用法详解
[vscade configuration markdown environment] user friendly~