gnuradio / gr-verilog

GNU General Public License v3.0
14 stars 9 forks source link

Add setting/passing parameters in HDL from GR/GRC #7

Open dkozel opened 4 years ago

dkozel commented 4 years ago

Currently there is support for flowing data in and out of HDL but no control support. Verilator supports directly modifying register values which could be a simple approach here.

It would (probably?) be asynchronous so there an example of wrapping a raw external register with a clock domain crossing is probably useful.