constellation icon indicating copy to clipboard operation
constellation copied to clipboard

A Chisel RTL generator for network-on-chip interconnects

Results 29 constellation issues
Sort by recently updated
recently updated
newest added

follow the Documentation: http://constellation.readthedocs.io/ install Espresso and input those commind : 1. cd constellation 2. CONSTELLATION_STANDALONE=1 sbt "testOnly constellation.NoCTest00" terminal report error: $ CONSTELLATION_STANDALONE=1 sbt "testOnly constellation.NoCTest00" [info] welcome to...

I read Documentation: [constellation.readthedocs.io](http://constellation.readthedocs.io/). and follow the steps of - Installing Espresso - Installing Minimal-Standalone Then I git clone constellation and execute commands: ``` cd constellation CONSTELLATION_STANDALONE=1 sbt "testOnly constellation.NoCTest00"...

Hi, I got the max throughput of 2d 6x6 Mesh with Random traffic is about 0.07 flits/node/cycle for 1 VC (4 buffers). Is this an expected result ? Thanks ---Z....

`WithSbusNoC` : why `serial-tl` maps to `fbus` in inNodeMapping, and no `cbus` mapping in outNodeMapping. `Gemmini10ReRoCCOrigNoCConfig` : the outNodeMapping has four `system[0-3]`, but `WithNBanks(8)` means there are 8 L2 banks....

Hi, i'm operating in docker, and chipyard default example works fine after i did `make`, so i think chipard works correctly. yet when i did `make SUB_PROJECT=constellation BINARY=none CONFIG=TestConfig00 run-binary-debug`...

when connect the cores of the SOC with TLNOC and the accelerators are tightly coupled with the RISCV core through ROCC,how to achieve direct communication between different accelerators by NOC...

Method `getNode` in `DiplomaticNetworkNodeMapping` cannot handle more than 9 cores. The issue is with how string matching is performed, consider: ```scala getNode("Core 10 DCache[0],Core 10 DCache MMIO[0],Core 10 ICache[0]", ListMap("Core...

Hi, I follow the steps of - Installing Espresso - Installing Minimal-Standalone and I'm able to run Minimal-Standalone Testing so above steps seems fine - Installing with Chipyard and do:...

Hi, I am trying to run a simple evaluation using chipyard's standalone mode. My chipyard version is 1.8.1. When I execute the command "make SUB_PROJECT=constellation BINARY=none CONFIG=EvalTestConfig00 MODEL=EvalHarness run-binary-debug" inside...