Re: [Milkymist-devel] [PATCH] Warnings on navre

2013-01-08 Thread Florent Kermarrec
Hi, for the default changes, you're right, it's only to avoid a default missing warning with quartus. Florent ___ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode

Re: [Milkymist-devel] [PATCH 0/2] lm32 tests makefile cleanups and fix compilation with RTEMS toolchain

2013-01-08 Thread Michael Walle
Am Montag 07 Januar 2013, 23:17:40 schrieb Yann Sionneau: > From: Yann Sionneau > > These commits make two makefiles more portable and able to use different > toolchain than lm32-elf (for instance lm32-rtems4.11). > > It fixes a bug when compiling using RTEMS toolchain as well. > > Yann Sionnea

Re: [Milkymist-devel] [PATCH] Warnings on navre

2013-01-08 Thread Paul
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=150973943678&ssPageName =STRK:MESE:IT -Original Message- From: devel-boun...@lists.milkymist.org [mailto:devel-boun...@lists.milkymist.org] On Behalf Of Sebastien Bourdeauducq Sent: 08 January 2013 21:05 To: Milkymist developers' list S

Re: [Milkymist-devel] [PATCH] Warnings on navre

2013-01-08 Thread Sebastien Bourdeauducq
Hi, thanks for the patch! > -parameter IO_SEL_EXT = 2'd0; > -parameter IO_SEL_STACK = 2'd1; > -parameter IO_SEL_SREG= 2'd2; > +localparam IO_SEL_EXT= 2'd0; > +localparam IO_SEL_STACK = 2'd1; > +localparam IO_SEL_SREG = 2'd2; Applied. > case(Rd) > > -

Re: [Milkymist-devel] [PATCH 0/2] lm32 tests makefile cleanups and fix compilation with RTEMS toolchain

2013-01-08 Thread Yann Sionneau
Le 07/01/13 23:17, Yann Sionneau a écrit : > From: Yann Sionneau > > These commits make two makefiles more portable and able to use different > toolchain > than lm32-elf (for instance lm32-rtems4.11). > > It fixes a bug when compiling using RTEMS toolchain as well. > > Yann Sionneau (2): > l