File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
194194The 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
197197Refer 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
You can’t perform that action at this time.
0 commit comments