Re: [Discuss-gnuradio] Grid/Coordinate placement ('GUI hint' QY/WX) control query

2018-08-20 Thread CEL
Hi Mark, don't think I can contribute much to your understanding of the hints, since that seems to be correct and comprehensive: The gui hint is (row,column, row span, column span). This is pretty much a direct delegation of how the Qt Grid Layout [1,2] works. So, Qt just looks for the highest ro

[Discuss-gnuradio] VHDL code testing with GNURadio?

2018-08-20 Thread Murray Thomson
Hi, I have seen the project openCPI but I'm not sure if this is what I'm looking for. Hoping that someone will point me in the right direction. I am writing some VHDL code and I was hoping to use GNURadio to test it. When I'm finished, I will compile and deploy it using

Re: [Discuss-gnuradio] VHDL code testing with GNURadio?

2018-08-20 Thread CEL
Hi Murray, not an expert on the Altera side of things, but generally: You'll need a simulator as VHDL simply isn't C-calling convention callable code ;) So, there's different approaches to that, but as far as I know, noone has yet written an adapter that somehow (magically?) pipes data into the Q