open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.83k stars 647 forks source link

Is simulation still possible? (Icarus or otherwise) #10

Closed waskiewi closed 4 years ago

waskiewi commented 4 years ago

Commit 10ff8da3d71d for openOfdm_rx submodule changed the Viterbi and FFT modules from older IP cores to AXI ip cores. After this change - is it possible to simulate the _rx or _tx ip cores with Icarus (or something else?)

JiaoXianjun commented 4 years ago

Yes. RX and tx core can run in simulation. We have verified that when developing.

waskiewi commented 4 years ago

Is that simulation available in the openwifi repo somewhere? I apologize, I am not seeing it.

JiaoXianjun commented 4 years ago

No. The unit test bench is not available in the repository.