├── Bitstream_Files ├── 1.LED-COUNTER.bit ├── 3.DAC-ASG.bit └── 4.DAC-ADC.bit ├── Jupyter-Notebooks ├── 3.Hello-World-DAC.ipynb ├── 3.Oscilloscope.png └── 4.Hello-World-DAC-ADC.ipynb ├── README.md ├── Screenshots ├── 1.Binay_Counter.png ├── 2.Address_Editor.png ├── 2.Trigger_Counter.png ├── 3.Concat_0.png ├── 3.GPIO_0.png ├── 3.Hello-World-DAC-ASG.png ├── 3.Oscilloscope.png ├── 3.Slice_0.png ├── 3.Slice_1.png ├── 3.Slice_3.png ├── 3.Slice_4.png ├── 3.Slice_5.png ├── 4.Address-Editor.png └── 4.Hello-World-DAC-ADC.png └── src ├── counter.v ├── dual_port_ram.v ├── dual_port_ram_dac.v ├── redpitaya.xdc ├── single_pulse_trigger.v └── trigger.v /Bitstream_Files/1.LED-COUNTER.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Bitstream_Files/1.LED-COUNTER.bit -------------------------------------------------------------------------------- /Bitstream_Files/3.DAC-ASG.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Bitstream_Files/3.DAC-ASG.bit -------------------------------------------------------------------------------- /Bitstream_Files/4.DAC-ADC.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Bitstream_Files/4.DAC-ADC.bit -------------------------------------------------------------------------------- /Jupyter-Notebooks/3.Hello-World-DAC.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Jupyter-Notebooks/3.Hello-World-DAC.ipynb -------------------------------------------------------------------------------- /Jupyter-Notebooks/3.Oscilloscope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Jupyter-Notebooks/3.Oscilloscope.png -------------------------------------------------------------------------------- /Jupyter-Notebooks/4.Hello-World-DAC-ADC.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Jupyter-Notebooks/4.Hello-World-DAC-ADC.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/1.Binay_Counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/1.Binay_Counter.png -------------------------------------------------------------------------------- /Screenshots/2.Address_Editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/2.Address_Editor.png -------------------------------------------------------------------------------- /Screenshots/2.Trigger_Counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/2.Trigger_Counter.png -------------------------------------------------------------------------------- /Screenshots/3.Concat_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.Concat_0.png -------------------------------------------------------------------------------- /Screenshots/3.GPIO_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.GPIO_0.png -------------------------------------------------------------------------------- /Screenshots/3.Hello-World-DAC-ASG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.Hello-World-DAC-ASG.png -------------------------------------------------------------------------------- /Screenshots/3.Oscilloscope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.Oscilloscope.png -------------------------------------------------------------------------------- /Screenshots/3.Slice_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.Slice_0.png -------------------------------------------------------------------------------- /Screenshots/3.Slice_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.Slice_1.png -------------------------------------------------------------------------------- /Screenshots/3.Slice_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.Slice_3.png -------------------------------------------------------------------------------- /Screenshots/3.Slice_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.Slice_4.png -------------------------------------------------------------------------------- /Screenshots/3.Slice_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/3.Slice_5.png -------------------------------------------------------------------------------- /Screenshots/4.Address-Editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/4.Address-Editor.png -------------------------------------------------------------------------------- /Screenshots/4.Hello-World-DAC-ADC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/Screenshots/4.Hello-World-DAC-ADC.png -------------------------------------------------------------------------------- /src/counter.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/src/counter.v -------------------------------------------------------------------------------- /src/dual_port_ram.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/src/dual_port_ram.v -------------------------------------------------------------------------------- /src/dual_port_ram_dac.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/src/dual_port_ram_dac.v -------------------------------------------------------------------------------- /src/redpitaya.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/src/redpitaya.xdc -------------------------------------------------------------------------------- /src/single_pulse_trigger.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/src/single_pulse_trigger.v -------------------------------------------------------------------------------- /src/trigger.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lvillasen/RedPitaya-Hello-World-FPGA/HEAD/src/trigger.v --------------------------------------------------------------------------------