Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++

2008-11-10 Thread Bill Stevenson
From: George P Nychis <[EMAIL PROTECTED]> To: Bill Stevenson <[EMAIL PROTECTED]> Cc: discuss-gnuradio@gnu.org; Eric Blossom <[EMAIL PROTECTED]> Sent: Monday, November 10, 2008 11:39:47 PM Subject: Re: [Discuss-gnuradio] how to access a variab

Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++

2008-11-10 Thread George P Nychis
> Thank you for your help, Eric. From what you told me above, I reached two > conclusions: 1, reading RSSI will never happen on time, it is useless.2, > the only way out is to use the inband code, am I right? > > So, could you tell me whether the inband code is reliable, if it is, I > will use th

Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++

2008-11-10 Thread Bill Stevenson
From: Eric Blossom <[EMAIL PROTECTED]> To: Bill Stevenson <[EMAIL PROTECTED]> Cc: George P Nychis <[EMAIL PROTECTED]>; discuss-gnuradio@gnu.org Sent: Monday, November 10, 2008 10:04:55 PM Subject: Re: [Discuss-gnuradio] how to access a variab

Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++

2008-11-10 Thread Eric Blossom
On Mon, Nov 10, 2008 at 06:54:40PM -0800, Bill Stevenson wrote: > > 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

Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++

2008-11-10 Thread Bill Stevenson
ychis <[EMAIL PROTECTED]> To: Bill Stevenson <[EMAIL PROTECTED]> Cc: discuss-gnuradio@gnu.org 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

Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++

2008-11-10 Thread George P Nychis
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 (p

[Discuss-gnuradio] how to access a variable in Verilog code from Python or C++

2008-11-10 Thread Bill Stevenson
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