Sign in
foss-fpga-tools
/
prjtrellis
/
bc9c16581ad23d82cd6f29b461a669cf213b8a4d
/
.
/
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