mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
Moved common techlib files to techlibs/common
This commit is contained in:
parent
647c23b7b7
commit
288ba9618a
13 changed files with 17 additions and 17 deletions
|
@ -11,7 +11,7 @@ prjdir="$(dirname $0)/rtlview.tmp"
|
|||
mkdir -p "$prjdir"
|
||||
|
||||
cp "$1" "$prjdir"/schematic.v
|
||||
cp "$(dirname $0)"/../../techlibs/blackbox.v "$prjdir"/blackbox.v
|
||||
cp "$(dirname $0)"/../../techlibs/common/blackbox.v "$prjdir"/blackbox.v
|
||||
cd "$prjdir"
|
||||
|
||||
if fuser -s ise.out; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue