Jake Ke

Results 4 issues of Jake Ke

### Missing compute unit file: - [x] test_glb/gaussian_isscc - [x] test_glb/camera_pipeline_isscc - [x] test_glb/unsharp_isscc - [x] test_glb/resnet1 - [x] test_glb/resnet4_x - [x] test_glb/resnet5_1 - [x] test_glb/resnet_5_x_new - [x] test_glb/resnet_5_1_new -...

the following example code does not work ``` from kratos import * class Example(Generator): def __init__(self, area_opt=True): super().__init__("example") self.area_opt = area_opt self._b = self.output("b", 2) @always_comb def tb_ctrl(): for i...

Hello all, I wonder if I can use RustPython in a microcontroller which uses the [TockOS](https://github.com/tock/tock) kernel developed in Rust. Tock currently just has example user applications in Rust, as...

**Is your feature request related to a problem? Please describe.** I want to be able to access the histogram statics values in my simulator (such as in finish()) to print...

Enhancement