File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ Add support for the new tool
18
18
pyfpga/factory.py # UPDATE
19
19
pyfpga/helpers/prj2bit.py # UPDATE
20
20
21
- Add tests and a tool mock-up
21
+ Add tests and tools mock-ups
22
22
----------------------------
23
23
24
24
.. code-block :: bash
25
25
26
26
tests/test_tools.py # UPDATE
27
+ tests/regress.sh # UPDATE
27
28
tests/support.py # UPDATE if exceptions are needed
28
29
tests/mocks/< NEWCOMMAND>
29
30
@@ -36,7 +37,6 @@ Add examples
36
37
examples/sources/cons/< NEWBOARD> /clk.< EXT>
37
38
examples/sources/cons/< NEWBOARD> /led.< EXT>
38
39
examples/projects/< NEWTOOL> .py
39
- examples/projects/regress.sh # UPDATE
40
40
examples/helpers/< NEWTOOL> .sh
41
41
examples/hooks/< NEWTOOL> .py # OPTIONAL
42
42
@@ -61,9 +61,7 @@ Verify the functionality
61
61
62
62
.. code-block :: bash
63
63
64
- cd examples/projects/
65
- bash regress.sh < NEWTOOL>
66
- cd ../../tests/
64
+ cd tests
67
65
python3 support.py --tool < NEWTOOL>
68
66
69
67
Updated the documentation
You can’t perform that action at this time.
0 commit comments