12 2024 档案

摘要:CPU实现 CPU的数据通路 module CPU( input[15:0] inM, // M value input (M = contents of RAM[A]) instruction, // Instruction for execution input clock, reset, // 阅读全文
posted @ 2024-12-24 22:47 suehoo 阅读(20) 评论(0) 推荐(0) 编辑
摘要:2024 ASP.NET Core 开发者路线图 阅读全文
posted @ 2024-12-21 11:08 suehoo 阅读(12) 评论(0) 推荐(0) 编辑
摘要:门电路实现 与非门 可以使用两个NMOS管串联跟两个PMOS管并联构成: NMOS管是当gate输入高电压导通,PMOS管是当gate输入低电压的时候导通。 对于其他门电路: 等价电路:交换律、结合律、分配律、德摩根律、幂等律、双重否定律 与非门Verilog HDL表示 module Nand(i 阅读全文
posted @ 2024-12-15 20:49 suehoo 阅读(30) 评论(0) 推荐(0) 编辑
摘要:改注册表无限试用 start.bat文件 @echo off setlocal enabledelayedexpansion chcp 65001 > nul REM 获取当前日期,格式为MM/dd/yyyy for /f "delims=" %%a in ('wmic OS Get localda 阅读全文
posted @ 2024-12-14 15:13 suehoo 阅读(301) 评论(0) 推荐(0) 编辑
摘要:ALU实现 Or16way /** * 16-way Or: * out = (in[0] or in[1] or ... or in[15]) */ module Or16Way(input[15:0] in,output out); // your code here wire out1,out 阅读全文
posted @ 2024-12-10 00:05 suehoo 阅读(25) 评论(0) 推荐(0) 编辑
摘要:你好哈哈 快乐每一天,加油 阅读全文
posted @ 2024-12-01 00:52 suehoo 阅读(11) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示
more_horiz
keyboard_arrow_up light_mode palette
选择主题