第一个内容¶
Problem Statement¶
We're going to start with a small bit of HDL to get familiar with the interface used by HDLBits. Here's the description of the circuit you need to build for this exercise:
Build a circuit with no inputs and one output. That output should always drive 1 (or logic high).
题目代码¶
Verilog | |
---|---|
分析¶
可以看到assign one = [fixme];
这段明显是要我们填入一个高电位。
答案¶
- 注意:赋值的时候需要确定比特位数