Sign in
foss-fpga-tools
/
prjtrellis
/
4d4fb79a5a3ce199b9ffea1fe79f4e4619c6c788
/
.
/
create-empty-db.sh
blob: 2ccfa526fde2aacdffc071f57a4435c44bba063c [
file
] [
log
] [
blame
]
#!/bin/bash
rm
-
rf database
mkdir
-
p database
echo
'*'
>
database
/.
gitignore
cp devices
.
json database
/
python3 tools
/
get_tilegrid_all
.
py
python3 tools
/
create_empty_bitdbs
.
py