数字电路中的逻辑功能模块
元器件信息
2022-12-02 16:28
277
0
- 基本设置
- 功能单元
- 案例
- 门逻辑电路
- A D flip-flip with a falling-edge trigger implemented with logic gates
- Mux 2:1 implemented with logic gates
The LED0 blinks or is turned on depending on the pushbutton 1,通过按键/逻辑/LED体验
- 复用
- Blinking/fixed LED
The toggle button selects if the LED blinks or stays turned on
- Verilog语法参考
- 4位固定16进制值
- 通过4个LED显示一个4-位的固定值
- assign {o3,o2,o1,o0} = 4'hF;
- 将一个8bit的总线分成2个4bit的总线
- 先预分频22,再计数输出,最后把高4位和低4位输出到LED上
- 16*8的ROM构成
- 将16*8 ROM存储器里的信息显示在8个LED上
登录icspec成功后,会自动跳转查看全文