FlooNoC
FlooNoC copied to clipboard
A Fast, Low-Overhead On-chip Network
If I want to use a simple router with configurable number of ports, physical and virtual channels, and input/output buffers to replace multi-link route, how to modify this config file?...
In FlooNoC, since all incoming non-atomic request going to slave and response coming back from the slave, have identical AXI4 ID, while atomic requests have unique IDs, then if we...
port width mismatch in instance array for port 'id_i[x]': actual width = 1, formal width = 3, instance count = 4 [D:/Vivado_Project/occamy_mesh_floo_noc/RTL/floo_narrow_wide_chimney.sv:618] it seems that **.id_i ( '0 ),** is...
I have generated file occamy_mesh_floo_noc.sv successfully and I want to make a Simulation in Vivado. File floo_narrow_wide_chimney.sv is a submodular of occamy_mesh_floo_noc.sv and it includes registers.svh、assertions.svh and assign.svh,but I can't...
 how to fix such problew?
I am running **tb_floo_dma_nw_chimney** testbench in VCS. But the **axi_chan_compare** module is throwing some errors because the tests are failing. For example, here are two images for AW and W...
I am currently working with my team on FlooNoC and running the testbenches provided in the FlooNoC examples. We have noticed that all examples are running correctly except for the...
I'm adding support for Vivado in FlooNoC, but after compilation, during the elaboration step, a segmentation fault error is being shown. However, a specific error indicating the cause of the...
I want to confirm that if a master connected on one chimney can initiate transaction with a slave on the same chimney or not?