Hi,

have a look at boards/milkymist-one/rtl/setup.v

In this file you can disable a few cores of the Milkymist SoC by
commenting the "`define ENABLE_XXX" lines

You should definitely create a directory for your board in boards/ which
could be a copy of the milkymist-one directory as a start.

And then modify the system.v and common.ucf to your needs (your board
requirements)


Le 01/01/13 18:48, Troy Benjegerdes a écrit :
> Thanks, I figured it out after awhile ;)
> 
> My next question is what can I cut out of the design to fit it
> on an LX25-ftg256 part ( http://www.xess.com/prods/prod055.php )
> 
> Number of LOCed IOBs:                      228 out of     228  100%
> 
> It looks like I have a max of 186 user IOs on the lx25 I have.
> 
> On Mon, Dec 31, 2012 at 03:19:08PM +0100, Michael Walle wrote:
>>
>> Hi,
>>
>> Am Sonntag 30 Dezember 2012, 22:40:48 schrieb Troy Benjegerdes:
>>> I'm also missing the lm32 verilog:
>>>
>>> make[1]: *** No rule to make target
>>> `../../../cores/lm32/rtl/lm32_include.v', needed by `build/system.prj'. 
>>> Stop. _______________________________________________
>>
>>
>> the lm32 core is now a git submodule
>>
>> for fresh cloning use:
>>   git clone --recursive git://github.com/milkymist/milkymist.git
>>
>> if you have already checked out the main repository use:
>>   git submodule init
>>   git submodule update
> _______________________________________________
> http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
> IRC: #milkymist@Freenode
> 

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to