repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
limit fstBC to 30bp in Python3 ver.
[GalaxyCodeBases.git]
/
c_cpp
/
salusFstReCoord
/
README.md
blob
a545598e81c148777705027f6850586ac1e88922
1
# FstFOVglobalCoord
2
transform FOV local coordinates to chip global coordinates
3
4
## Build
5
6
```bash
7
apt install build-essential pkg-config
8
apt install libisal2 libisal-dev zlib1g zlib1g-dev gzip
9
apt install clang-format
10
```
11
12
## Run
13
14
```bash
15
make release
16
make cmp
17
```