Re: [myhdl-list] Actel/Microsemi IGLOO nano starter kit
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-05-10 02:11:54
|
On 5/2/12 2:52 AM, Jan Coombs wrote: > I have a number of MyHDL projects which build source files for > demos on this low power FPGA card, and would be happy to share > these. Card detail: > > http://www.actel.com/products/hardware/devkits_boards/igloonano_starter.aspx > > They include access to switches and LEDs on the board, and the > source for a UART for linking the card to a host PC. > > Next, I moving on to testing the block RAMs, then building a > complex processor cache. Anyone been there before? > > Jan Coombs Depends on what you mean by complex processor cache. A processor cache design can be complex enough that it could chew up a substantial resources. I do have a small (probably incomplete) example using BRAM in a MyHDL clone of the ZPU. http://www.myhdl.org/doku.php/users:cfelton:projects:zpu The stuff on the wiki is probably out of date. I can upload my latest to a BitBucket repo if needed. Also, another user has a MyHDL clone of the Microblaze in MyHDL dubbed *myblaze) and it is on open-cores. http://opencores.org/project,myblaze These might be some useful resources. Regards, Chris |