Giter VIP home page Giter VIP logo

Comments (11)

JiaoXianjun avatar JiaoXianjun commented on May 14, 2024

Yes it can be simulated.
I simulated it in Vivado via the testbench: https://github.com/open-sdr/openofdm/blob/abbe9ecde9e08267386fd7263707c9a9557df4c3/verilog/dot11_tb.v

To carry out simulation, you need to do it in directory openwifi/openwifi-hw/ip/openofdm_rx instead of only clone openofdm project.

Before simulation, you need to create a vivado project via openofdm_rx.tcl.

All these steps you can find in openwifi and openwifi-hw README.

from openwifi-hw.

hyanki avatar hyanki commented on May 14, 2024

Hi Jiao Xianjun
thanks for your response.
Is it possible to simulate icarus verilog?

Regards
hyanki

from openwifi-hw.

JiaoXianjun avatar JiaoXianjun commented on May 14, 2024

I think it is possible.

from openwifi-hw.

hyanki avatar hyanki commented on May 14, 2024

Hi Jiao Xianjun
Do you have any idea how it can be done because i have not worked on icarus.
Regards
hyanki

from openwifi-hw.

JiaoXianjun avatar JiaoXianjun commented on May 14, 2024

I also do not have experience on that tool. But I guess the procedure should be similar. Add all source files into the project then simulate the top level test bench.

from openwifi-hw.

hyanki avatar hyanki commented on May 14, 2024

I have tried but it gives error that modules are missing. any way in vivado how you have feeded input data to rf modulde and how you have set register setting i mean min_plateu etc.

from openwifi-hw.

mmehari avatar mmehari commented on May 14, 2024

Hello,
The original openofdm module supports icarus verilog simulation and you can use the following commit (https://github.com/jhshi/openofdm/tree/2f0e0ba95385affa426dc11eba6effab37b8778b) for your test.

This, however, does not include our development but if you need that, you have to use vivado simulation as @JiaoXianjun pointed you.

from openwifi-hw.

hyanki avatar hyanki commented on May 14, 2024

from openwifi-hw.

mmehari avatar mmehari commented on May 14, 2024

How did you compile your program
There is already a Makefile available and if you type
make -n
it will show you

iverilog -v -c dot11_modules.list -o dot11.out -DDEBUG_PRINT dot11_tb.v
vvp -v -n dot11.out

Which means you are missing the second command and that will generate the dot11.vcd file.

from openwifi-hw.

hyanki avatar hyanki commented on May 14, 2024

Hi mmehari
it is working now
Thanks a lot.
regards
hyanki

from openwifi-hw.

hyanki avatar hyanki commented on May 14, 2024

Hi
problem is resolved now
thanks a lot

from openwifi-hw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.