top of page

[C] Array of function pointers

What want to do As stated in the title, I would like to define an array of function pointers. Specifically, for example, the third...

[Chisel] Queue.enq.valid vs deq.valid

Overview When communicating data using a Queue, the following operations are possible: Queue.io.enq.valid: When set to false, data will...

[Chisel] Don't use polymorphism

What I want to do There are multiple similar units Most of processes are the same, only some differences. Select an appropriate unit...

[Chisel] Exiting a loop

What want to do ★ There are multiple modules of the same type Select one of these that meets the specified condition. To achieve this, I...

[Chisel] About Queue

Introduction If you want to use a queue to pass data in Chisel, Queue class is provided. I will explain how to use it. Basic usage...

[Chisel] About conditional branching

Introduction While writing chisel, you will learn that you can use the following syntax as a conditional branch. if when Mux (MuxCase)...

[Android] What is Android API level?

Introduction When I try to upload an app to Google Play Store, the following error occurs Your app is currently targeting API level 31....

Inquiries: Please contact us on Twitter

  • Twitter
bottom of page