File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 " Bash(wget:*)" ,
2121
2222 " Bash(git commit --no-verify:*)" ,
23+ " Bash(git commit:*)" ,
2324 " Bash(git checkout:*)"
2425 ],
2526 "allow" : [
Original file line number Diff line number Diff line change @@ -4,16 +4,24 @@ Generate dopant profile lookup tables for PiezoD using FLOOXS TCAD process simul
44
55## Prerequisites
66
7- - Docker (with Compose)
8- - FLOOXS source code (free for academic/research use, requires registration)
7+ ### Docker
8+
9+ Install Docker Desktop: https://www.docker.com/products/docker-desktop/
10+
11+ Free for personal and educational use.
12+
13+ ### FLOOXS
14+
15+ FLOOXS is free for academic/research use but requires registration.
916
1017Request access: http://www.flooxs.ece.ufl.edu/index.php/Download
1118
1219## Setup
1320
14- 1 . Download FLOOXS source code after registration
15- 2 . Extract to ` FLOOXS_2026/ ` in this folder (gitignored, not committed)
16- 3 . Build the Docker image (one time):
21+ 1 . Install Docker Desktop and verify it's running
22+ 2 . Download FLOOXS source code after registration
23+ 3 . Extract to ` FLOOXS_2026/ ` in this folder (gitignored, not committed)
24+ 4 . Build the Docker image (one time):
1725
1826``` bash
1927docker compose build
You can’t perform that action at this time.
0 commit comments