Re: FPGA based 3174 replacement

2019-11-18 Thread cw via cctalk
I have made the module available at https://github.com/cwsimmons/raw3270 For now it probably looks like a mess, but I hope to add comments and build the coax circuit later this week. I just wanted to get it out there now since I know there is interest. Chris

Re: FPGA based 3174 replacement

2019-11-18 Thread Al Kossow via cctalk
On 11/18/19 9:43 AM, cw via cctalk wrote: > As it happens I wrote a Verilog module last week for serializing and > deserializing 3270 coax frames, without realizing someone had already done > this with an arduino. What I’ve written is intended for a zynq device but is > general enough to be u

Re: FPGA based 3174 replacement

2019-11-18 Thread Guy Sotomayor Jr via cctalk
interested to see how it works... > Dave > >> -Original Message- >> From: cctalk On Behalf Of cw via cctalk >> Sent: 18 November 2019 17:43 >> To: cctalk@classiccmp.org >> Subject: FPGA based 3174 replacement >> >> As it happens I wrote a

RE: FPGA based 3174 replacement

2019-11-18 Thread Dave Wade via cctalk
Chris, I have several Spartan boards, no Zync... ... but would be interested to see how it works... Dave > -Original Message- > From: cctalk On Behalf Of cw via cctalk > Sent: 18 November 2019 17:43 > To: cctalk@classiccmp.org > Subject: FPGA based 3174 replacement >

Re: FPGA based 3174 replacement

2019-11-18 Thread Al Kossow via cctalk
On 11/18/19 9:43 AM, cw via cctalk wrote: > As it happens I wrote a Verilog module last week for serializing and > deserializing 3270 coax frames, without realizing someone had already done > this with an arduino. I don't think anyone here had noticed that Deskauthority post from April before

FPGA based 3174 replacement

2019-11-18 Thread cw via cctalk
As it happens I wrote a Verilog module last week for serializing and deserializing 3270 coax frames, without realizing someone had already done this with an arduino. What I’ve written is intended for a zynq device but is general enough to be used in other designs. At the moment I have petalinu