Skip to content

Commit

Permalink
Update ERISC path in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanicTT authored and vmilosevic committed Jun 27, 2024
1 parent 89aa6c8 commit 7cf184d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,11 @@

if "BACKEND_ARCH_NAME" in os.environ and os.environ["BACKEND_ARCH_NAME"] == "wormhole_b0" or os.environ["BACKEND_ARCH_NAME"] == "blackhole":
bbe_files["firmware_erisc_hex"] = {
"path": "build/src/firmware/riscv/targets/erisc_app/out",
# "path": "build/src/firmware/riscv/targets/erisc_app/out",
"path": "erisc_hex",
"files": [
"erisc_app.hex",
"erisc_app.elf",
# "erisc_app.elf",
"erisc_app.iram.hex",
"erisc_app.l1.hex",
"split_iram_l1"
Expand Down

0 comments on commit 7cf184d

Please sign in to comment.