Skip to content

Commit aed9436

Browse files
committed
update settings and lut gen
1 parent a4f44a0 commit aed9436

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

.claude/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"Bash(wget:*)",
2121

2222
"Bash(git commit --no-verify:*)",
23+
"Bash(git commit:*)",
2324
"Bash(git checkout:*)"
2425
],
2526
"allow": [

lookupTableGeneration/README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1017
Request 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
1927
docker compose build

0 commit comments

Comments
 (0)