mirror of https://github.com/openXC7/prjxray.git
Merge pull request #64 from mcmasterg/partial_reconfig_flow_readme
partial_config_flow: fix readme bad commands
This commit is contained in:
commit
bf438aceed
|
|
@ -37,8 +37,8 @@ if it doesn't already exist. The following TCL will load the fully-routed
|
||||||
harness, load your synthesized design, and generate a bitstream containing
|
harness, load your synthesized design, and generate a bitstream containing
|
||||||
both:
|
both:
|
||||||
```
|
```
|
||||||
open_checkpoint -force harness_routed.dcp
|
open_checkpoint harness_routed.dcp
|
||||||
read_checkpoint -cell <design>.dcp
|
read_checkpoint -cell roi <design>.dcp
|
||||||
opt_design
|
opt_design
|
||||||
place_design
|
place_design
|
||||||
route_design
|
route_design
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue