Subtopic Deep Dive

Wireless Networks on Chip
Research Guide

What is Wireless Networks on Chip?

Wireless Networks on Chip (WiNoCs) use millimeter-wave wireless channels and hybrid wired-wireless architectures to interconnect cores in multicore chips, overcoming wire delay limitations in 3D ICs.

WiNoCs employ mmWave transceivers and routers to enable flexible topologies with reduced latency compared to traditional wired NoCs. Key designs include hybrid architectures and collision-free MAC protocols. Over 10 papers from 2008-2016, with top-cited works exceeding 300 citations, focus on energy efficiency and scalability (Deb et al., 2012; Ganguly et al., 2010).

15
Curated Papers
3
Key Challenges

Why It Matters

WiNoCs enable low-latency communication in 3D-stacked multicore systems, supporting massive core integration for high-performance computing. Deb et al. (2012) demonstrate promises for molecular-scale computing with 302 citations, while Ganguly et al. (2010) show hybrid designs achieving better scalability in SoCs (294 citations). Energy-efficient mmWave interconnects reduce power consumption in CMPs, as evaluated by Chang et al. (2012) with trade-offs in performance and robustness (121 citations). Applications include gigascale heterogeneous SoCs addressed by Zhao and Wang's SD-MAC protocol (2008, 186 citations).

Key Research Challenges

Interference Mitigation

Millimeter-wave channels in WiNoCs suffer from multi-path interference and collisions in dense core environments. Zhao and Wang (2008) introduce SD-MAC for collision-free QoS-aware communication (186 citations). Multi-channel designs help but require precise beamforming (Yu et al., 2014).

Energy Efficiency

Wireless transceivers consume high power due to mmWave signaling in CMOS-compatible designs. Deb et al. (2012) propose energy-efficient NoC architectures with mmWave interconnects (201 citations). Balancing latency and power remains critical in hybrid systems (Ganguly et al., 2010).

Scalability Limits

Hybrid WiNoC architectures face routing complexity in large multicore platforms. Ganguly et al. (2010) evaluate scalability for SoCs (294 citations). Simulation tools like Noxim are essential for cycle-accurate assessment (Catania et al., 2015, 293 citations).

Essential Papers

1.

Wireless NoC as Interconnection Backbone for Multicore Chips: Promises and Challenges

Sujay Deb, Amlan Ganguly, Partha Pratim Pande et al. · 2012 · IEEE Journal on Emerging and Selected Topics in Circuits and Systems · 302 citations

Current commercial systems-on-chips (SoCs) designs integrate an increasingly large number of predesigned cores and their number is predicted to increase significantly in the near future. For exampl...

2.

Scalable Hybrid Wireless Network-on-Chip Architectures for Multicore Systems

Amlan Ganguly, Kevin K. Chang, Sujay Deb et al. · 2010 · IEEE Transactions on Computers · 294 citations

Multicore platforms are emerging trends in the design of System-on-Chips (SoCs). Interconnect fabrics for these multicore SoCs play a crucial role in achieving the target performance. The Network-o...

3.

Noxim: An open, extensible and cycle-accurate network on chip simulator

Vincenzo Catania, Andrea Mineo, Salvatore Monteleone et al. · 2015 · 293 citations

Emerging on-chip communication technologies like wireless Networks-on-Chip (WiNoCs) have been proposed as candidate solutions for addressing the scalability limitations of conventional multi-hop No...

4.

Cycle-Accurate Network on Chip Simulation with Noxim

Vincenzo Catania, Andrea Mineo, Salvatore Monteleone et al. · 2016 · ACM Transactions on Modeling and Computer Simulation · 212 citations

The on-chip communication in current Chip-MultiProcessors (CMP) and MultiProcessor-SoC (MPSoC) is mainly based on the Network-on-Chip (NoC) design paradigm. Unfortunately, it is foreseen that conve...

5.

Design of an Energy-Efficient CMOS-Compatible NoC Architecture with Millimeter-Wave Wireless Interconnects

Sujay Deb, Kevin K. Chang, Xinmin Yu et al. · 2012 · IEEE Transactions on Computers · 201 citations

The Network-on-chip (NoC) is an enabling technology to integrate large numbers of embedded cores on a single die. The existing methods of implementing a NoC with planar metal interconnects are defi...

6.

SD-MAC: Design and Synthesis of a Hardware-Efficient Collision-Free QoS-Aware MAC Protocol for Wireless Network-on-Chip

Dan Zhao, Yi Wang · 2008 · IEEE Transactions on Computers · 186 citations

To bridge the widening gap between computation requirements and communication efficiency faced by gigascale heterogeneous SoCs in the upcoming ubiquitous era, a new on-chip communication system, du...

7.

A Survey of Emerging Interconnects for On-Chip Efficient Multicast and Broadcast in Many-Cores

Ammar Karkar, Terrence Mak, Kin‐Fai Tong et al. · 2016 · IEEE Circuits and Systems Magazine · 132 citations

Networks-on-chip (NoC) have emerged to tackle different on-chip communication challenges and can satisfy different demands in terms of performance, cost and reliability. Currently, interconnects ba...

Reading Guide

Foundational Papers

Start with Deb et al. (2012, 302 citations) for WiNoC promises/challenges, then Ganguly et al. (2010, 294 citations) for hybrid architectures, and Zhao and Wang (2008, 186 citations) for SD-MAC protocol basics.

Recent Advances

Study Catania et al. (2015, 293 citations) and (2016, 212 citations) for Noxim WiNoC simulation; Yu et al. (2014, 97 citations) for multichannel mmWave designs.

Core Methods

Core techniques: mmWave transceivers (Deb et al., 2012), hybrid NoC topologies (Ganguly et al., 2010), cycle-accurate simulation with Noxim (Catania et al., 2015), and QoS MAC protocols (Zhao and Wang, 2008).

How PapersFlow Helps You Research Wireless Networks on Chip

Discover & Search

Research Agent uses searchPapers and citationGraph to map WiNoC literature starting from Deb et al. (2012, 302 citations), revealing clusters around hybrid architectures. exaSearch finds Noxim simulator extensions for WiNoC (Catania et al., 2015), while findSimilarPapers links energy-efficient designs to Yu et al. (2014).

Analyze & Verify

Analysis Agent applies readPaperContent to extract mmWave router specs from Yu et al. (2014), then verifyResponse with CoVe checks interference claims against Zhao and Wang (2008). runPythonAnalysis simulates latency-power trade-offs from Chang et al. (2012) data using NumPy, with GRADE grading for evidence strength in energy efficiency evaluations.

Synthesize & Write

Synthesis Agent detects gaps in scalability beyond 64 cores from Ganguly et al. (2010), flagging contradictions in power claims. Writing Agent uses latexEditText and latexSyncCitations to draft WiNoC surveys citing Deb et al. (2012), with latexCompile for publication-ready PDFs and exportMermaid for hybrid topology diagrams.

Use Cases

"Simulate energy vs latency trade-offs in WiNoC hybrid designs from recent papers."

Research Agent → searchPapers('WiNoC energy latency') → Analysis Agent → readPaperContent(Deb 2012) + runPythonAnalysis(pandas plot of extracted data) → matplotlib energy-latency curve output.

"Draft a LaTeX section comparing SD-MAC to multichannel WiNoC protocols."

Synthesis Agent → gap detection(Zhao 2008 vs Yu 2014) → Writing Agent → latexEditText + latexSyncCitations(10 WiNoC papers) → latexCompile → camera-ready LaTeX section with figures.

"Find GitHub repos with Noxim WiNoC simulator code."

Research Agent → searchPapers('Noxim WiNoC') → Code Discovery → paperExtractUrls(Catania 2015) → paperFindGithubRepo → githubRepoInspect → verified Noxim fork with WiNoC extensions.

Automated Workflows

Deep Research workflow conducts systematic review of 50+ WiNoC papers via searchPapers on Deb et al. (2012) citationGraph, producing structured report on hybrid vs pure wireless trade-offs. DeepScan applies 7-step analysis with CoVe checkpoints to verify energy claims in Chang et al. (2012). Theorizer generates hypotheses on mmWave scaling from Ganguly et al. (2010) literature synthesis.

Frequently Asked Questions

What defines Wireless Networks on Chip?

WiNoCs use mmWave wireless links for on-chip interconnects to reduce latency in multicore SoCs, as introduced in Deb et al. (2012).

What are key methods in WiNoCs?

Methods include hybrid wired-wireless topologies (Ganguly et al., 2010), SD-MAC collision-free protocols (Zhao and Wang, 2008), and multichannel mmWave routers (Yu et al., 2014).

What are the top papers on WiNoCs?

Highest cited: Deb et al. (2012, 302 citations) on promises/challenges; Ganguly et al. (2010, 294 citations) on scalable hybrids; Catania et al. (2015, 293 citations) on Noxim simulation.

What are open problems in WiNoCs?

Challenges persist in interference mitigation at scale, energy efficiency beyond 64 cores, and 3D IC integration, as noted in Chang et al. (2012) and Yu et al. (2014).

Research Interconnection Networks and Systems with AI

PapersFlow provides specialized AI tools for Computer Science researchers. Here are the most relevant for this topic:

See how researchers in Computer Science & AI use PapersFlow

Field-specific workflows, example queries, and use cases.

Computer Science & AI Guide

Start Researching Wireless Networks on Chip with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Computer Science researchers