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
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
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
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)
>
> -
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