Move riscv-formal code into formal/riscv-formal

This leaves a space in the naming hierarchy for other formal tooling,
like the Yosys flow I'm working on.
This commit is contained in:
Rupert Swarbrick 2020-06-22 14:27:24 +01:00 committed by Rupert Swarbrick
parent 40a52ab8b4
commit e4dbe46597
2 changed files with 3 additions and 3 deletions

View file

@ -29,8 +29,8 @@ It should not be necessary to create the Verilog source manually as it is used b
Run the following command from the top level directory of Ibex to create the Verilog source.
```console
make -C formal
make -C formal/riscv-formal
```
This will create a directory *formal/build* which contains an equivalent Verilog file for each SystemVerilog source.
The single output file *formal/ibex.v* contains the complete Ibex source, which can then be imported by riscv-formal.
This will create a directory *formal/riscv-formal/build* which contains an equivalent Verilog file for each SystemVerilog source.
The single output file *formal/riscv-formal/ibex.v* contains the complete Ibex source, which can then be imported by riscv-formal.