discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] how to access a variable in Verilog code from Pyt


From: Bill Stevenson
Subject: Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++
Date: Mon, 10 Nov 2008 18:54:40 -0800 (PST)

Thank you, George. My plan is very simple, just to read the rssi value whenever the receiver gets a valid packet, that's why i want to read and store that value. If i cannot access that variable, how can i read the rssi value?  
 
Bill.


From: George P Nychis <address@hidden>
To: Bill Stevenson <address@hidden>
Cc: address@hidden
Sent: Monday, November 10, 2008 9:28:28 PM
Subject: Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++

In short, there is no supported mechanism in place to read it currently.

There was work by myself and others to enable a richer interface using m-blocks which transferred this value to the host (where you could read it), but a lack of support to get my work interfaced to the rest of GNU Radio (python and regular gr-blocks) has killed my motivation.

My suggestions to you would be dependent on what you plan to do with the value.

- George


> Hello, all!
>
> I have searched the whole mailing list and find out there is a variable
> in rssi.v file called rssi that is aimed to record rssi value, but i
> don't understand how to access or read that value from our python code, i
> am not very familiar with verilog, could someone please tell me how to
> read that variable in python code? Thanks a lot!
>
> Bill
>
>
>
> _______________________________________________ Discuss-gnuradio mailing
> list address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]