File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# VhdlTestScript
2
2
3
- VhdlTestScript is a test-driven development Tool for VHDL
3
+ VhdlTestScript is a test-driven development tool for VHDL.
4
4
(This Project is forked from [ tomykaira/vhdl_doctest] ( https://github.com/tomykaira/vhdl_doctest ) )
5
5
6
6
## Dependency
@@ -46,10 +46,9 @@ VhdlTestScript.scenario DUT_PATH do |dut|
46
46
end
47
47
```
48
48
49
- this ruby test bench is converted into a VHDL test bench when run vhdltestscript
49
+ this ruby test bench is converted into a VHDL test bench when run vhdltestscript.
50
50
51
- Documentation of test scenario syntax is being developed now.
52
- Please read example codes in /example to know how to write test scenario.
51
+ Documentation of test scenario syntax is being developed now. Please read example codes in /example to know how to write test scenario.
53
52
54
53
## Issues And Features
55
54
You can’t perform that action at this time.
0 commit comments