Skip to content
字数
196 字
阅读时间
1 分钟

按位置连接端口

This problem is similar to the previous one (module). You are given a module named mod_a that has 2 outputs and 4 inputs, in that order. You must connect the 6 ports by position to your top-level module's ports out1out2abc, and d, in that order. 这个问题与上一个问题(模块)类似。你会得到一个名为 mod_a 的模块,它按顺序有 2 个输出端和 4 个输入端。你必须按位置将这 6 个端口连接到顶层模块的端口 out1out2abc 和 d,连接顺序保持不变。

You are given the following module: 为你提供以下模块:

Module Declaration

Write your solution here

Solution

贡献者

The avatar of contributor named as dz13718198068 dz13718198068

文件历史

撰写