gergoerdi / clash-shake

MIT License
6 stars 10 forks source link

Add support for Intel FPGA toolchain using Quartus #3

Closed Losiek closed 3 years ago

Losiek commented 3 years ago

Hi Gergo,

I saw your presentation at Haskell Love Conference and I decided to port the Xilinx FPGA toolchain to Intel. I'm using it to run clash-pong example. Maybe it will serve as a starting point for further modifications.

This pull request contains changes for running clash-pong example on Intel FPGA. Essentially this is a modified version of Xilinx.hs. It was tested on Quartus Prime 20.1.

I hope you will find it useful.

gergoerdi commented 3 years ago

Sorry I missed this when I commented on https://github.com/gergoerdi/clash-pong/pull/1. So this is unrelated to https://github.com/gergoerdi/clash-shake/tree/deca (based on @dylan-thinnes's work). Hmm. It would be great to avoid "digging two tunnels" by not meeting in the middle. Can you please look at that to see how to unify them?