Skip to content

Commit

Permalink
Modified the length of the glitching range when plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
rlangoy committed Sep 27, 2024
1 parent 7453980 commit 3a2d0ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"fw_path=\"simpleserial-glitch-CWNANO.hex\"\n",
"cw.program_target(scope, prog, fw_path)"
Expand Down Expand Up @@ -238,8 +240,8 @@
"g_step = 5\n",
"\n",
"gc.set_global_step(g_step)\n",
"gc.set_range(\"repeat\", 1, 170)\n",
"gc.set_range(\"ext_offset\", 1, 550)\n",
"gc.set_range(\"repeat\", 1, 60)\n",
"gc.set_range(\"ext_offset\", 1, 400)\n",
"scope.glitch.repeat = 0\n",
"\n",
"reboot_flush()\n",
Expand Down
4 changes: 2 additions & 2 deletions jupyter/Voltage Glitching CWNano Mod Th.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
"g_step = 5\n",
"\n",
"gc.set_global_step(g_step)\n",
"gc.set_range(\"repeat\", 1, 170)\n",
"gc.set_range(\"ext_offset\", 1, 550)\n",
"gc.set_range(\"repeat\", 1, 60)\n",
"gc.set_range(\"ext_offset\", 1, 400)\n",
"scope.glitch.repeat = 0\n",
"\n",
"reboot_flush()\n",
Expand Down

0 comments on commit 3a2d0ec

Please sign in to comment.