avatar
文章
31
标签
6
分类
8

首页
关于
友链
分类
标签
归档

信息时代

Gokong Space | 行空空间
搜索
  • 首页
  • 关于
    友链
    分类
    标签
    归档
    Verilog 学习笔记(5):Procedures
    发表于 2025-07-08 更新于 2025-07-08 | 分类: 信息时代 | 作者: Gokong | 0条评论
    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条评论
    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条评论
    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条评论
    其实在教程的每页都给出了详细的讲解,我将做些强调和补充。Simple wire特性assign 语句always 块赋值对象只能赋值给 wire只能赋值给 reg触发方式连续触发(右侧信号变化时)事件触发(如时钟边沿、电平变化)适用场景组合逻辑(如门电路...

    阅读全文...
    Verilog 学习笔记(1):Getting Started
    发表于 2025-07-05 更新于 2025-07-06 | 分类: 信息时代 | 作者: Gokong | 0条评论
    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条评论
    Verilog 是基础的硬件描述语言(HDL),是完成复杂硬件系统设计必备工具。 Verilog 在线习题练习网站 HDLBits 前置知识: C、数字逻辑电路 参考书籍: 《Verilog 数字系统设计教程(第三版)》(夏...

    阅读全文...
    练习用Logisim手搓全加器和全减器
    发表于 2025-05-04 更新于 2025-07-12 | 分类: 信息时代 | 作者: Gokong | 0条评论
    Logisim概要Logisim 是一个用于设计和模拟数字逻辑电路的工具。它提供了一个简单的工具栏界面和电路仿真功能,使得学习逻辑电路的基本概念变得简单易懂。Logisim 允许用户从较小的子电路构建更大的电路,并通过鼠标拖动来绘制电线束。基本逻辑符号首...

    阅读全文...
    12
    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
    本站总访问量 :
    6255
    最后更新时间 :
    19 天前
    ©2025 By Gokong
    由 Typecho 强力驱动 | 主题 Butterfly
    本地搜索