Skip to content

Commit

Permalink
add img
Browse files Browse the repository at this point in the history
  • Loading branch information
B0WEN-HU committed Aug 29, 2019
1 parent 1089fbe commit a62ce7e
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 10 deletions.
65 changes: 63 additions & 2 deletions apps/verilog_axi_ff_demo.grc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</param>
<param>
<key>_coordinate</key>
<value>(288, 260)</value>
<value>(208, 260)</value>
</param>
<param>
<key>_rotation</key>
Expand Down Expand Up @@ -171,6 +171,61 @@
<value>analog.GR_COS_WAVE</value>
</param>
</block>
<block>
<key>blocks_throttle</key>
<param>
<key>alias</key>
<value></value>
</param>
<param>
<key>comment</key>
<value></value>
</param>
<param>
<key>affinity</key>
<value></value>
</param>
<param>
<key>_enabled</key>
<value>True</value>
</param>
<param>
<key>_coordinate</key>
<value>(392, 292)</value>
</param>
<param>
<key>_rotation</key>
<value>0</value>
</param>
<param>
<key>id</key>
<value>blocks_throttle_0</value>
</param>
<param>
<key>ignoretag</key>
<value>True</value>
</param>
<param>
<key>maxoutbuf</key>
<value>0</value>
</param>
<param>
<key>minoutbuf</key>
<value>0</value>
</param>
<param>
<key>samples_per_second</key>
<value>samp_rate</value>
</param>
<param>
<key>type</key>
<value>float</value>
</param>
<param>
<key>vlen</key>
<value>1</value>
</param>
</block>
<block>
<key>qtgui_time_sink_x</key>
<param>
Expand Down Expand Up @@ -607,12 +662,18 @@
</block>
<connection>
<source_block_id>analog_sig_source_x_0</source_block_id>
<sink_block_id>blocks_throttle_0</sink_block_id>
<source_key>0</source_key>
<sink_key>0</sink_key>
</connection>
<connection>
<source_block_id>blocks_throttle_0</source_block_id>
<sink_block_id>qtgui_time_sink_x_0</sink_block_id>
<source_key>0</source_key>
<sink_key>0</sink_key>
</connection>
<connection>
<source_block_id>analog_sig_source_x_0</source_block_id>
<source_block_id>blocks_throttle_0</source_block_id>
<sink_block_id>verilog_axi_xx_0</sink_block_id>
<source_key>0</source_key>
<sink_key>0</sink_key>
Expand Down
77 changes: 69 additions & 8 deletions apps/verilog_axi_ii_demo.grc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</param>
<param>
<key>_coordinate</key>
<value>(216, 268)</value>
<value>(112, 268)</value>
</param>
<param>
<key>_rotation</key>
Expand Down Expand Up @@ -261,6 +261,61 @@
<value>1</value>
</param>
</block>
<block>
<key>blocks_throttle</key>
<param>
<key>alias</key>
<value></value>
</param>
<param>
<key>comment</key>
<value></value>
</param>
<param>
<key>affinity</key>
<value></value>
</param>
<param>
<key>_enabled</key>
<value>True</value>
</param>
<param>
<key>_coordinate</key>
<value>(328, 292)</value>
</param>
<param>
<key>_rotation</key>
<value>0</value>
</param>
<param>
<key>id</key>
<value>blocks_throttle_0</value>
</param>
<param>
<key>ignoretag</key>
<value>True</value>
</param>
<param>
<key>maxoutbuf</key>
<value>0</value>
</param>
<param>
<key>minoutbuf</key>
<value>0</value>
</param>
<param>
<key>samples_per_second</key>
<value>samp_rate</value>
</param>
<param>
<key>type</key>
<value>int</value>
</param>
<param>
<key>vlen</key>
<value>1</value>
</param>
</block>
<block>
<key>qtgui_time_sink_x</key>
<param>
Expand Down Expand Up @@ -1064,13 +1119,7 @@
</block>
<connection>
<source_block_id>analog_fastnoise_source_x_0</source_block_id>
<sink_block_id>blocks_int_to_float_0</sink_block_id>
<source_key>0</source_key>
<sink_key>0</sink_key>
</connection>
<connection>
<source_block_id>analog_fastnoise_source_x_0</source_block_id>
<sink_block_id>verilog_axi_xx_0</sink_block_id>
<sink_block_id>blocks_throttle_0</sink_block_id>
<source_key>0</source_key>
<sink_key>0</sink_key>
</connection>
Expand All @@ -1086,6 +1135,18 @@
<source_key>0</source_key>
<sink_key>0</sink_key>
</connection>
<connection>
<source_block_id>blocks_throttle_0</source_block_id>
<sink_block_id>blocks_int_to_float_0</sink_block_id>
<source_key>0</source_key>
<sink_key>0</sink_key>
</connection>
<connection>
<source_block_id>blocks_throttle_0</source_block_id>
<sink_block_id>verilog_axi_xx_0</sink_block_id>
<source_key>0</source_key>
<sink_key>0</sink_key>
</connection>
<connection>
<source_block_id>verilog_axi_xx_0</source_block_id>
<sink_block_id>blocks_int_to_float_1</sink_block_id>
Expand Down
Binary file added examples/img/verilog_axi_ff_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/verilog_axi_ii_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a62ce7e

Please sign in to comment.