文章分类 -  HDLBits

摘要:HDLBitsVerilog Language Basics 7458 module top_module ( input p1a, p1b, p1c, p1d, p1e, p1f, output p1y, input p2a, p2b, p2c, p2d, output p2y ); assign p1y = 阅读全文
posted @ 2023-08-10 08:52 NEWICER 阅读(35) 评论(0) 推荐(0)