How can I make my own microcontroller?

前端 未结 9 880
傲寒
傲寒 2021-01-30 02:32

How can I make my own microcontroller? I\'ve done some work using GAL chips and programmed a chip to do simple commands such as add, load, move, xor, and output, but I\'d like t

9条回答
  •  面向向阳花
    2021-01-30 03:05

    You may want to have a look around OpenCores.org, a "forge" site for open source IP core development. Also, consider getting yourself a development board like one of these to play around with.

    Much of the tools ecosystem revolves around VHDL, although Avalda is working on tools to compile F# for FPGAs.

提交回复
热议问题