Hello,
I am looking into starting to develop gateware for my Kasli device, but I am a bit confused as to where to begin. I already have an installation of Xilinx Vivado and have read the Developing Artiq page. I have also read a few other pages and discussion posts, but they all seem to point in different directions as to where to begin.
I have some familiarity with Verilog, but I know Artiq has a Python interface to write gateware. I'm wondering where is a good place to begin writing and learning about gateware.
Getting started with developing Gateware
Maybe try one of the Migen examples for e.g. blinking a LED, and run it on Kasli?
5 days later
sb10q Thanks for the tip! I've written a script for blinking an LED, but I'm still confused on porting the scripts with Xilinx Vivado. I've read the tutorial from the Migen page and have gone through the examples there, but the tutorial ports to Icarus Verilog. I have tried finding pages on how to port Migen to Vivado, but I've so far been unsuccessful in doing that.