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
1818 pyfpga/factory.py # UPDATE
1919 pyfpga/helpers/prj2bit.py # UPDATE
2020
21- Add tests and a tool mock-up
21+ Add tests and tools mock-ups
2222----------------------------
2323
2424.. code-block :: bash
2525
2626 tests/test_tools.py # UPDATE
27+ tests/regress.sh # UPDATE
2728 tests/support.py # UPDATE if exceptions are needed
2829 tests/mocks/< NEWCOMMAND>
2930
@@ -36,7 +37,6 @@ Add examples
3637 examples/sources/cons/< NEWBOARD> /clk.< EXT>
3738 examples/sources/cons/< NEWBOARD> /led.< EXT>
3839 examples/projects/< NEWTOOL> .py
39- examples/projects/regress.sh # UPDATE
4040 examples/helpers/< NEWTOOL> .sh
4141 examples/hooks/< NEWTOOL> .py # OPTIONAL
4242
@@ -61,9 +61,7 @@ Verify the functionality
6161
6262.. code-block :: bash
6363
64- cd examples/projects/
65- bash regress.sh < NEWTOOL>
66- cd ../../tests/
64+ cd tests
6765 python3 support.py --tool < NEWTOOL>
6866
6967 Updated the documentation
You can’t perform that action at this time.
0 commit comments