-
Notifications
You must be signed in to change notification settings - Fork 0
Add GR801 radiation-hardened SoC simulation framework scaffold #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,38 @@ | ||||||
| # GR801 Simulation (Standalone) | ||||||
|
|
||||||
| This repo includes a lightweight simulation scaffold for a GR801 radiation-hardened AI SoC. | ||||||
|
|
||||||
| It is **standalone** and does **not** run the Rural Mapper data pipeline, does **not** touch `data/`, and does **not** require any external credentials. | ||||||
|
|
||||||
| ## Run the demo | ||||||
|
|
||||||
| From the repo root (Windows PowerShell): | ||||||
|
|
||||||
| ```powershell | ||||||
| .\.venv\Scripts\python.exe gr801_simulation_framework.py | ||||||
| ``` | ||||||
|
|
||||||
| This runs a short “radiation tolerance” sanity pass and then a mission simulation using the toy models. | ||||||
|
||||||
| This runs a short “radiation tolerance” sanity pass and then a mission simulation using the toy models. | |
| This runs a quick “radiation tolerance” sanity pass and then a longer mission simulation using the toy models. By default, the demo simulates a multi‑hour mission with a small timestep, so it may take a while to finish. To shorten the run (for example, for faster experimentation), edit `gr801_simulation_framework.py` to reduce the mission duration and/or increase the timestep before running the script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description/title say this change “adds gr801_simulation_framework.py”, but the PR diff shown here only adds docs/GR801_SIMULATION.md and a README link. If the framework file is intended to be part of this PR, it looks like it’s missing from the changeset (or the PR description should be updated to match what’s actually being changed).