smunaut / ice40-playground

Various iCE40 cores / projects to play around with (mostly targeted at the icebreaker)
Other
240 stars 46 forks source link

Will the codes work with ICEstudio environment? #15

Closed Hazeline2018 closed 4 years ago

Hazeline2018 commented 4 years ago

Hi Smunaut,

I'm new to ICE FPGA environment. And I learned that there are quite a few open FPGA platform that can be working with. I'm planning on using ICEstudio with your example project. Will that work? Would you please point me some resource on how to set up icestudio toolchain? Your help is greatly appreciated!

Thanks, Terry

smunaut commented 4 years ago

The toolchain used in icestudio is the classic yosys/nextpnr so it should be capable of building most of the code. However :

Hazeline2018 commented 4 years ago

Thanks for the prompt response. To get started easily, I can follow your original toolchain setup and get it going first. Then I can start transition to icestudio. Would you please show me how to set up the whole toolchain and environment that you project is using? Thanks!

smunaut commented 4 years ago

There are many tutorials online. Refer to the fomu toolchain setup, the 1bitsquared workshop setup and/or ask on the 1bitsquared discord ( https://1bitsquared.com/pages/chat )

Hazeline2018 commented 4 years ago

thanks a lot! I'll dig in!