Skip to content

Commit

Permalink
task: update board diagnostic
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Nov 22, 2024
1 parent e5bd86a commit b3184b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nebula/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,11 +870,13 @@ def board_diagnostics_manager(
board_name=None,
):
"""Diagnose board using nebula classes"""
nebula.manager(
m = nebula.manager(
configfilename=yamlfilename,
board_name=board_name,
vivado_version=vivado_version,
)
if not m.jtag_use:
raise Exception("JTAG not initialized")


@task(
Expand Down

0 comments on commit b3184b6

Please sign in to comment.