Re: [M-Labs devel] MiSOC

2014-02-01 Thread Sebastien Bourdeauducq
On 02/01/2014 04:40 AM, Salman Sheikh wrote: > By old soc you mean the one that comes with the latticemico32 fpga version? No, the Verilog Milkymist SoC https://github.com/m-labs/milkymist ___ Devel mailing list Devel@lists.milkymist.org https://ssl.ser

Re: [M-Labs devel] MiSOC

2014-01-31 Thread Salman Sheikh
By old soc you mean the one that comes with the latticemico32 fpga version? On Jan 31, 2014 12:25 PM, "Sébastien Bourdeauducq" < sebastien.bourdeaud...@lekernel.net> wrote: > On 01/31/2014 06:12 PM, Salman Sheikh wrote: > > Does the MiSoC have debugging capabilities like single stepping the > code

Re: [M-Labs devel] MiSOC

2014-01-31 Thread Sébastien Bourdeauducq
On 01/31/2014 06:12 PM, Salman Sheikh wrote: > Does the MiSoC have debugging capabilities like single stepping the code... LM32 does, but this feature is currently not implemented in MiSoC. You can have a look at the code in the old SoC, and feel free to send a patch :) __

[M-Labs devel] MiSOC

2014-01-31 Thread Salman Sheikh
Does the MiSoC have debugging capabilities like single stepping the code... Salman -- Even a Smile is charity :) - Prophet Muhammad ___ Devel mailing list Devel@lists.milkymist.org https://ssl.serverraum.org/lists/listinfo/devel

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Sébastien Bourdeauducq
On 12/09/2013 06:50 PM, Salman Sheikh wrote: > And with no -i..the cygwin just sits there when you just enter python > > ssheikh@GS66-MSAGPC3 ~ > $ python ...which looks like correct behaviour. But I told you already it's python3, not python. Does env python3 work? If not just edit the shebang

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Salman Sheikh
Yes, I made the following soft links: $ ls -ltr /usr/bin/python* lrwxrwxrwx 1 ssheikh Domain Users 27 Dec 5 15:19 /usr/bin/python -> /cygdrive/c/Python33/python lrwxrwxrwx 1 ssheikh Domain Users 27 Dec 5 15:20 /usr/bin/python3 -> /cygdrive/c/Python33/python And with no -i..the cygwin just sits

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Sébastien Bourdeauducq
On 12/09/2013 05:41 PM, Salman Sheikh wrote: > I have linked /usr/bin/python to python in c:\Python3.3\ Have you noticed that make.py attempts to run "python3", not "python"? > ...I can run it on command line shell only if I add '-i' to it... And what happens otherwise? ___

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Salman Sheikh
I have linked /usr/bin/python to python in c:\Python3.3\ ...I can run it on command line shell only if I add '-i' to it... company is NASA in MD... On Mon, Dec 9, 2013 at 11:22 AM, Sébastien Bourdeauducq < sebastien.bourdeaud...@lekernel.net> wrote: > On 12/09/2013 04:44 PM, Salman Sheikh wr

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Sébastien Bourdeauducq
On 12/09/2013 04:44 PM, Salman Sheikh wrote: > $ make > ./build.py > /usr/bin/env: python3: No such file or directory Also I would recommend that at some point you adapt this port to the new MiSoC build system (https://github.com/m-labs/misoc) which reduces code duplication across ports. The autho

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Michael Walle
Am 2013-12-09 17:21, schrieb Salman Sheikh: I tried learning python over the weekend...I am just trying to find an port of the LatticeMico32 processor to other FPGAs (for prototyping and preferrably Altera but we have some Xilinx FPGA development boards). We are looking at this LatticeMico32 as

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Sébastien Bourdeauducq
On 12/09/2013 04:44 PM, Salman Sheikh wrote: > $ make > ./build.py > /usr/bin/env: python3: No such file or directory > Makefile:4: recipe for target 'build/top.bit' failed > make: *** [build/top.bit] Error 127 Can you successfully run "python3" on the Cygwin shell? And "env python3"? If not then

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Salman Sheikh
I tried learning python over the weekend...I am just trying to find an port of the LatticeMico32 processor to other FPGAs (for prototyping and preferrably Altera but we have some Xilinx FPGA development boards). We are looking at this LatticeMico32 as a candidate into a custom mixed-signal ASIC for

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Florent Kermarrec
Hi, yes I'm using it on windows directly without problems. (For both Xilinx and Altera FPGA). Florent 2013/12/9 Sébastien Bourdeauducq > I think Florent did it, without any particular problems. Let me know how > it goes for you. > > Sébastien > > > On 12/09/2013 03:44 PM, Salman Sheikh wrote:

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Sébastien Bourdeauducq
On 12/09/2013 04:15 PM, Salman Sheikh wrote: > /cygdrive/c/Python33/python setup.py install > Traceback (most recent call last): > File "setup.py", line 4, in > from setuptools import setup > ImportError: No module named 'setuptools' > > > I am having problems installing setuptools... >

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Salman Sheikh
Well I downloaded the unofficial port for the nexys3 from the website and first step is to install migen.for starters...I had no problem installing it for the cygwin python but that was when I realized that python was 2.7 and would not work and so I installed Python 3.3.3 for windows. Then when I

Re: [M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Sébastien Bourdeauducq
I think Florent did it, without any particular problems. Let me know how it goes for you. Sébastien On 12/09/2013 03:44 PM, Salman Sheikh wrote: > Has anybody successfully installed Migen and the steps outlines on this > page: > > https://github.com/m-labs/misoc > > On a cygwin environment? I

[M-Labs devel] MiSOC on Cygwin

2013-12-09 Thread Salman Sheikh
Has anybody successfully installed Migen and the steps outlines on this page: https://github.com/m-labs/misoc On a cygwin environment? Is it even possible? Salman -- Even a Smile is charity :) - Prophet Muhammad ___ Devel mailing list Devel@lists.

Re: [M-Labs devel] MiSoC portability

2013-11-27 Thread Robert Jördens
On Wed, Nov 27, 2013 at 7:55 AM, Sébastien Bourdeauducq wrote: > On 11/27/2013 04:27 AM, Robert Jördens wrote: >> That sounds good! It makes reusing the soc components much simpler. >> But I think misoclib and make.py should become a python package. Then, >> one could separate one's own history fr

Re: [M-Labs devel] MiSoC portability

2013-11-27 Thread Sébastien Bourdeauducq
On 11/27/2013 04:27 AM, Robert Jördens wrote: > That sounds good! It makes reusing the soc components much simpler. > But I think misoclib and make.py should become a python package. Then, > one could separate one's own history from that of misoc. > A project using misoc would comprise only the cus

Re: [M-Labs devel] MiSoC portability

2013-11-27 Thread Sébastien Bourdeauducq
Hi, On 11/27/2013 08:03 AM, David Carne wrote: > If mibuild is to be merged into / maintained with migen - could we > consider removing the platforms/ tree from migen (and moving it into > misoc)? It seems to me that most of the contents of the "platforms" > folder is milkymist-specific. Not real

Re: [M-Labs devel] MiSoC portability

2013-11-26 Thread David Carne
Hi, If mibuild is to be merged into / maintained with migen - could we consider removing the platforms/ tree from migen (and moving it into misoc)? It seems to me that most of the contents of the "platforms" folder is milkymist-specific. --David Carne _

Re: [M-Labs devel] MiSoC portability

2013-11-26 Thread Robert Jördens
Hi Sébastien, On Mon, Nov 25, 2013 at 11:16 AM, Sébastien Bourdeauducq wrote: > I have implemented some changes in that direction. I have split the > top.py file into a "gensoc" library that provides platform-independent > integration components, and some "targets" that add peripherals and > plat

[M-Labs devel] MiSoC portability

2013-11-25 Thread Sébastien Bourdeauducq
Hi Robert, On 11/15/2013 11:47 PM, Robert Jordens wrote: >> what are your plans for the LX9 microboard? I don't know if you want >> full support for it merged into MiSoC (which would perhaps require some >> changes to the code organization). > > I am using it as a portable testbed for a few fpga