Since this repository utilizes FuseSoC, how to find a submodule is less obvious compared to those using Makefile. For example, corescore/rtl/corescore_tinyfpga_bx.v initializes the module axis_async_fifo, but searching the name in the repo didn't result in anything.
I have noticed that the tinyfpga_bx target depends on two additional packages: usbserial and fusesoc:utils:generators, but the former doesn't contain axis_async_fifo either, and I have no idea how to find the latter.
Please advice. Thanks!
Since this repository utilizes FuseSoC, how to find a submodule is less obvious compared to those using Makefile. For example,
corescore/rtl/corescore_tinyfpga_bx.vinitializes the moduleaxis_async_fifo, but searching the name in the repo didn't result in anything.I have noticed that the
tinyfpga_bxtarget depends on two additional packages:usbserialandfusesoc:utils:generators, but the former doesn't containaxis_async_fifoeither, and I have no idea how to find the latter.Please advice. Thanks!