Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update VerilogHDLManual
authored
Apr 17, 2025
by
Junichiro Kadomoto
Hide whitespace changes
Inline
Side-by-side
VerilogHDLManual.md
View page @
d710b1af
...
...
@@ -54,7 +54,7 @@ endmodule
テストベンチは、記述した回路が正しく動作するかを検証するためのVerilog HDLコードです。
### 例:ANDゲート用
Testbench
### 例:ANDゲート用
テストベンチ
```
verilog
module
testbench
;
// パラメータ
...
...