avatar
文章
31
标签
6
分类
8

首页
关于
友链
分类
标签
归档
Gokong Space | 行空空间
搜索
  • 首页
  • 关于
    友链
    分类
    标签
    归档
    Verilog 学习笔记(6):More Verilog Features
    发表于 2025-07-09 | 更新于 2025-07-09 | 信息时代 | 作者: Gokong | 0条评论 | 阅读量:230
    Conditional ternary operatorposedgeposedge 是 Verilog 中用于检测信号上升沿的关键字,表示信号从低电平变为高电平的瞬间。非阻塞赋值非阻塞赋值的特性执行机制并发执行:非阻塞赋值在当前时间步的所有语句计算完成...
    阅读全文...
    Verilog 学习笔记(5):Procedures
    发表于 2025-07-08 | 更新于 2025-07-08 | 信息时代 | 作者: Gokong | 0条评论 | 阅读量:143
    Always blocks (combinational)Solution// synthesis verilog_input_version verilog_2001 module top_module( input a, input b...
    阅读全文...
    Verilog 学习笔记(4):Modules Hierarchy
    发表于 2025-07-07 | 更新于 2025-07-07 | 信息时代 | 作者: Gokong | 0条评论 | 阅读量:139
    ModulesThe code for module mod_a looks like this:module mod_a ( input in1, input in2, output out ); // Module body endmodul...
    阅读全文...
    Verilog 学习笔记(3):Vectors
    发表于 2025-07-06 | 更新于 2025-07-06 | 信息时代 | 作者: Gokong | 0条评论 | 阅读量:161
    Vectorsmodule top_module ( input wire [2:0] vec, output wire [2:0] outv, output wire o2, output wire o1, o...
    阅读全文...
    Verilog 学习笔记(2):Basics
    发表于 2025-07-05 | 更新于 2025-07-06 | 信息时代 | 作者: Gokong | 0条评论 | 阅读量:142
    其实在教程的每页都给出了详细的讲解,我将做些强调和补充。Simple wire特性assign 语句always 块赋值对象只能赋值给 wire只能赋值给 reg触发方式连续触发(右侧信号变化时)事件触发(如时钟边沿、电平变化)适用场景组合逻辑(如门电路...
    阅读全文...
    Verilog 学习笔记(1):Getting Started
    发表于 2025-07-05 | 更新于 2025-07-06 | 信息时代 | 作者: Gokong | 0条评论 | 阅读量:112
    Getting Startedmodule top_module( output one ); // Insert your code here assign one = 1; endmoduleOutput Zeromodule top_m...
    阅读全文...
    Verilog 学习笔记(0):概述
    发表于 2025-07-05 | 更新于 2025-07-12 | 信息时代 | 作者: Gokong | 0条评论 | 阅读量:117
    Verilog 是基础的硬件描述语言(HDL),是完成复杂硬件系统设计必备工具。 Verilog 在线习题练习网站 HDLBits 前置知识: C、数字逻辑电路 参考书籍: 《Verilog 数字系统设计教程(第三版)》(夏...
    阅读全文...
    含参变量的积分
    发表于 2025-06-17 | 更新于 2025-06-17 | 数脉寻踪 | 作者: Gokong | 0条评论 | 阅读量:236
    积分限为常数的含参变量的积分当 $f(x,y)\in C(D),\ D=\{(x,y)|a\leqslant x\leqslant b,c\leqslant y\leqslant d\}$ 时,对任意 $y\in [c,d]$,定积分 $$I(y)=\...
    阅读全文...
    1234
    avatar
    Gokong
    在自由原野上奔跑,于璀璨星河里穿行。
    文章
    31
    标签
    6
    分类
    8
    订阅
    公告
    建设初期,
    偶有BUG属正常现象。
    最新文章
    Verilog 学习笔记(14):More Circuits
    Verilog 学习笔记(14):More Circuits 2025-07-26
    Verilog 学习笔记(13):Shift Registers
    Verilog 学习笔记(13):Shift Registers 2025-07-26
    Verilog 学习笔记(12):Counters
    Verilog 学习笔记(12):Counters 2025-07-25
    Verilog 学习笔记(11):Latches and Flip-Flops
    Verilog 学习笔记(11):Latches and Flip-Flops 2025-07-24
    Verilog 学习笔记(10):Karnaugh Map to Circuit
    Verilog 学习笔记(10):Karnaugh Map to Circuit 2025-07-19
    Verilog 学习笔记(9):Arithmetic Circuits
    Verilog 学习笔记(9):Arithmetic Circuits 2025-07-16
    最新评论
    测试🙃
    Gokong / 2025-05-31 10:28
    欢迎加入 Typecho 大家族
    Typecho / 2025-05-30 16:36
    分类
    • 星穹逐梦 2
    • 数脉寻踪 8
    • 信息时代 15
    • 工业 4.0 0
    • 读书札记 2
    • 时光漫叙 2
    • 游览指南 2
    • 千奇百怪 1
    标签
    笔记 Verilog 微积分 MathJax LaTeX 学习
    归档
    • 7月 2025 15
    • 6月 2025 6
    • 5月 2025 10
    网站资讯
    文章数目 :
    31
    已运行时间 :
    112 天
    本站总字数 :
    17.85 W
    本站总访问量 :
    6218
    最后更新时间 :
    19 天前
    ©2025 By Gokong
    由 Typecho 强力驱动 | 主题 Butterfly
    本地搜索