forked from cores/a2i
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
153 B
Markdown
9 lines
153 B
Markdown
3 years ago
|
# create IP: reverserator_32
|
||
|
|
||
|
```
|
||
|
$VIVADO -mode tcl -source ./create_ip.tcl
|
||
|
rm -r ../../ip_repo/reverserator_32
|
||
|
cp -r reverserator_32 ../../ip_repo
|
||
|
```
|
||
|
|