mirror of https://github.com/YosysHQ/yosys.git
5 lines
145 B
Bash
5 lines
145 B
Bash
|
#!/bin/bash
|
||
|
rm -rf rtl
|
||
|
svn co http://opencores.org/ocsvn/openrisc/openrisc/trunk/or1200/rtl/verilog rtl
|
||
|
( cd rtl; patch -p0 < ../config.patch; )
|