Okay, got that now this error.....maybe the Papilio stuff is not
downloaded?

Salman


./make.py -p papilio_pro -t simple
fatal: Not a git repository (or any parent up to mount parent /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Traceback (most recent call last):
  File "./make.py", line 112, in <module>
    main()
  File "./make.py", line 59, in main
    soc = top_class(platform, **top_kwargs)
  File "D:\GMSAG\CPU_TESTING\misoc-master\targets\simple.py", line 10, in
__init__
    cpu_reset_address=0)
  File "D:\GMSAG\CPU_TESTING\misoc-master\misoclib\gensoc\__init__.py",
line 60, in __init__
    log2_int(l2_size) if l2_size else 0)
  File "D:\GMSAG\CPU_TESTING\misoc-master\misoclib\identifier\__init__.py",
line 16, in __init__
    revision = git.get_id()
  File "D:\GMSAG\CPU_TESTING\misoc-master\misoclib\identifier\git.py", line
4, in get_id
    output = subprocess.check_output(["git", "rev-parse",
"HEAD"]).decode("ascii")
  File "C:\Python33\lib\subprocess.py", line 589, in check_output
    raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['git', 'rev-parse', 'HEAD']'
returned non-zero exit status 128



On Mon, Jan 13, 2014 at 3:40 PM, Sébastien Bourdeauducq <
sebastien.bourdeaud...@lekernel.net> wrote:

> On 01/13/2014 09:29 PM, Salman Sheikh wrote:
> > I got migen installed in tried this example per Sebastian's suggestion
> > and I get a complaint about a networkx package.
>
> http://networkx.github.io/
>
> _______________________________________________
> Devel mailing list
> Devel@lists.milkymist.org
> https://ssl.serverraum.org/lists/listinfo/devel
>



-- 
Even a Smile is charity :)
- Prophet Muhammad
_______________________________________________
Devel mailing list
Devel@lists.milkymist.org
https://ssl.serverraum.org/lists/listinfo/devel

Reply via email to