google / CFU-Playground

Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.
http://cfu-playground.rtfd.io/
Apache License 2.0
452 stars 116 forks source link

(CFU Playground) Automatic Renode update from builds.renode.io #777

Closed cfu-playground-bot closed 1 year ago

cfu-playground-bot commented 1 year ago

(CFU Playground) Automatic Renode update from builds.renode.io

tcal-x commented 1 year ago

@PiotrZierhoffer can you have someone take a look?

I see the error here running locally as well, when bumping to Renode 1.13.3.

The error occurs while running the ./scritpts/setup script, not during make renode --- missing VerilatorPlugin/VerilatorIntegrationLibrary/src/renode_cfu.cpp.

2023-02-22 14:28:22 (54.6 MB/s) - ‘/usr/local/google/home/tcal/clean/CFU-Playground/third_party/renode/verilator-integration-library/renode_imports_generated.h’ saved [2123635/2123635]

--2023-02-22 14:28:22--  https://raw.githubusercontent.com/renode/renode//src/Plugins/VerilatorPlugin/VerilatorIntegrationLibrary/src/renode_cfu.cpp
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8001::154, 2606:50c0:8002::154, 2606:50c0:8003::154, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8001::154|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /renode/renode/src/Plugins/VerilatorPlugin/VerilatorIntegrationLibrary/src/renode_cfu.cpp [following]
--2023-02-22 14:28:22--  https://raw.githubusercontent.com/renode/renode/src/Plugins/VerilatorPlugin/VerilatorIntegrationLibrary/src/renode_cfu.cpp
Reusing existing connection to [raw.githubusercontent.com]:443.
HTTP request sent, awaiting response... 404 Not Found
2023-02-22 14:28:22 ERROR 404: Not Found.
tcal-x commented 1 year ago

@PiotrZierhoffer, maybe related (dropping the hash)?

image

PiotrZierhoffer commented 1 year ago

Yes, that's definitely the case. We had a release and the package name changed a bit. Right now the latest one points to a hashed file as well

PiotrZierhoffer commented 1 year ago

And now it works, so I guess it's ok?