You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 moduleaxis_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
andfusesoc:utils:generators
, but the former doesn't containaxis_async_fifo
either, and I have no idea how to find the latter.Please advice. Thanks!
The text was updated successfully, but these errors were encountered: