Skip to content

Commit 592e6ad

Browse files
committed
docs: Update Ibex source paths
Signed-off-by: Martin Povišer <[email protected]>
1 parent 785a753 commit 592e6ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/FlowTutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ create_clock -name core_clock -period 17.4 [get_ports {clk_i}]
189189

190190
### Design Input SystemVerilog
191191

192-
The SystemVerilog input files are located in `./designs/src/ibex/`
192+
The SystemVerilog input files are located in `./designs/src/ibex_sv/`
193193

194194
The design is defined in `ibex_core.sv` available
195-
[here](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/designs/src/ibex/ibex_core.v).
195+
[here](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/designs/src/ibex_sv/ibex_core.sv).
196196

197197
Refer to the `ibex` design `README.md`
198-
[here](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/designs/src/ibex/README.md).
198+
[here](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/designs/src/ibex_sv/README.md).
199199

200200
## Running The Automated RTL-to-GDS Flow
201201

0 commit comments

Comments
 (0)