tuto_fpga_pico
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tuto_fpga_pico [2016/12/14 18:44] – [Edit the .grc file] onicolas | tuto_fpga_pico [2017/11/15 16:22] (current) – [Create the scenario] onicolas | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| - | Let's back to the idea of sending a constant number to the PicoSDR and see if we get it back. First thing to do is to add a '' | + | Let' |
| Add a Python Block (from category '' | Add a Python Block (from category '' | ||
| Line 27: | Line 27: | ||
| Embedded Python Blocks: | Embedded Python Blocks: | ||
| - | Each this file is saved, GRC will instantiate the first class it finds to get | + | Each time this file is saved, GRC will instantiate the first class it finds to get |
| - | ports and parameters of your block. The arguments to __init__ | + | the ports and parameters of your block. The arguments to __init__ |
| parameters. All of them are required to have default values! | parameters. All of them are required to have default values! | ||
| """ | """ | ||
| Line 83: | Line 83: | ||
| ## Create the scenario | ## Create the scenario | ||
| - | In order to run the experiment in CorteXlab we need a description called scenario. Create a file named '' | + | In order to run the experiment in CorteXlab we need a description called scenario. Create a file named '' |
| < | < | ||
| # Example scenario description file | # Example scenario description file | ||
| Line 92: | Line 92: | ||
| # Scenario textual description | # Scenario textual description | ||
| # | # | ||
| - | desc base scenario for CorteXlab | + | description: |
| # Experiment maximum duration | # Experiment maximum duration | ||
| # Time after which the experiment is forced to stop | # Time after which the experiment is forced to stop | ||
| - | # | + | # |
| - | durat 5 | + | duration: 300 |
| # Node list | # Node list | ||
| Line 103: | Line 103: | ||
| # | # | ||
| # | # | ||
| - | # | + | # nodes: |
| - | # entry (entry point script relative to the task root) | + | # (machine): |
| - | # exit (exit point script relative to the task root. Use " | + | # command: |
| - | node31: | + | nodes: |
| - | entry ofdm.py | + | |
| - | | + | |
| + | bitstreamA: OFDM_6_6_0_sx315.bit | ||
| </ | </ | ||
| - | If you trasnlate | + | If you translate |
| Line 123: | Line 124: | ||
| │ ├── ofdm.py | │ ├── ofdm.py | ||
| │ ├── epy_block_0.py | │ ├── epy_block_0.py | ||
| - | │ ├── scenario.desc | + | │ ├── scenario.yaml |
| │ ├── ofdm.grc | │ ├── ofdm.grc | ||
| │ └── OFDM_6_6_0_sx315.bit | │ └── OFDM_6_6_0_sx315.bit | ||
| Line 218: | Line 219: | ||
| you@srvairlock: | you@srvairlock: | ||
| epy_block_0.py | epy_block_0.py | ||
| - | epy_block_0.pyc | + | epy_block_0.pyc |
| _impactbatch.log | _impactbatch.log | ||
| </ | </ | ||
| - | We see that all of the files we used to create the task are inside. The other two are: | + | We see that all of the files we used to create the task are inside. The others |
| * '' | * '' | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| Let's take a look inside '' | Let's take a look inside '' | ||
tuto_fpga_pico.1481737480.txt.gz · Last modified: by onicolas
