Okay before I punt on getting MiSOC/Migen/Mibuild and just try to use the LM32 files generated by that LatticeMico32 tool try to get them to compile in Altera (they give all kinds of verilog syntax errors in Quartus but not in Xilinx which is weird) I got to this point when trying to generate a soc in misoc:
*************** ssheikh@gs-560g2333030n /cygdrive/d/GMSAG/CPU_TESTING/misoc $ ./make.py -p papilio_pro -t simple 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\targets\simple.py", line 10, in __init__ cpu_reset_address=0) File "D:\GMSAG\CPU_TESTING\misoc\misoclib\gensoc\__init__.py", line 70, in __init__ platform.add_verilog_include_path(os.path.join("verilog", "lm32")) AttributeError: 'Platform' object has no attribute 'add_verilog_include_path' ******************** and I've searched for the the add_verilog_include_path variable in migen ******** ssheikh@gs-560g2333030n /cygdrive/d/GMSAG/CPU_TESTING/migen $ !646 grep -R "add_verilog_include_path" * build/lib/mibuild/generic_platform.py: def add_verilog_include_path(self, path): mibuild/generic_platform.py: def add_verilog_include_path(self, path): Not sure what is going on... On Mon, Jan 13, 2014 at 1:53 PM, Sébastien Bourdeauducq < sebastien.bourdeaud...@lekernel.net> wrote: > On 01/13/2014 07:36 PM, Salman Sheikh wrote: > > Okay, I have python3 and tried to run setup.py as per this suggestion in > > migen.pdf. So, if complains about a command following the script name, > > should I set PYTHONPATH to the migen subdirectory or migen-master? > > http://stackoverflow.com/questions/1471994/what-is-setup-py > > _______________________________________________ > 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