mirror of https://github.com/YosysHQ/picorv32.git
Fix xcd->xdc typo, add tcl directory hint
parent
c2867abe6b
commit
9176f3fee2
|
@ -15,7 +15,7 @@ synth_design -part xc7a100tcsg324-1 -top system
|
|||
```
|
||||
in order to update the target device to the FPGA in the Nexys 4 DDR board.
|
||||
|
||||
Then update ```scripts/vivado/synth_system.xcd```. Use
|
||||
Then update ```scripts/vivado/synth_system.xdc```. Use
|
||||
|
||||
```
|
||||
# XDC File for Nexys 4 DDR Board
|
||||
|
@ -55,4 +55,6 @@ Note this is basically the same file, what has changed are a few ports that in t
|
|||
|
||||
Now in vivado go to Tools>Run Tcl Script..., make sure the Tcl Console working directory is in ```scripts/vivado```.
|
||||
|
||||
(Hint: use `cd` and `pwd` tcl commands)
|
||||
|
||||
A file ```scripts/vivado/synth_system.bit``` should have been created, use this to program your device.
|
Loading…
Reference in New Issue