zl2cco has quit [Quit: Connection closed for inactivity]
Bike has quit [Quit: leaving]
Zorix has quit [Ping timeout: 256 seconds]
Zorix has joined ##openfpga
m4ssi has joined ##openfpga
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
m4ssi has quit [Remote host closed the connection]
jeanthom has joined ##openfpga
emeb_mac has quit [Quit: Leaving.]
hitomi2507 has joined ##openfpga
jeanthom has quit [Ping timeout: 246 seconds]
m4ssi has joined ##openfpga
OmniMancer has joined ##openfpga
Asu has joined ##openfpga
jeanthom has joined ##openfpga
edbordin[m] has quit [Quit: Idle for 30+ days]
befedo[m] has quit [Quit: Idle for 30+ days]
peepsalot has quit [Remote host closed the connection]
peepsalot has joined ##openfpga
mumptai has joined ##openfpga
Asu has quit [Quit: Konversation terminated!]
Asu has joined ##openfpga
<Athas>
Hi, I got an icestick with an FPGA. I have all the software running, and I can compile Verilog to bitstreams and load it, and it works beautifully.
<Athas>
However, is there a simple way of communicating with the FPGA while it is running? I know (roughly) how to interact with the pins in Verilog, so I could just connect some wires, although I'm not sure how I'd connect that to a PC.
<Athas>
I don't have any specific projects in mind just yet; I'm just playing, and I want to send it some data and get some data back.
OmniMancer has quit [Quit: Leaving.]
<sensille>
UART is easy
<jeanthom>
+1 UART
<sensille>
serial interface
<jeanthom>
it's just two wires, plenty of example code online, and a USB to UART adapter is really cheap (if you don't already have one at home)
<Athas>
UART is those two-by-six pins at the end of the icestick?
<jeanthom>
ooooh there's actually no need for external hardware on the icestick
<jeanthom>
Athas, yes it could be, the 2x6 connector is a PMOD connector
<jeanthom>
but since you got an USB FTDI chip you don't really have to bother with that