lowRISC / lowrisc-fpga

Untethered (stand-alone) FPGA implementation of the lowRISC SoC
Other
54 stars 15 forks source link

Python error on bmm_gen.py #9

Open mickflemm opened 5 years ago

mickflemm commented 5 years ago

The common/script/bmm_gen.py script fails to run with “inconsistent use of tabs and spaces in indentation” on python 3.6.5.

jrrk commented 5 years ago

Dear Nick, This hasn’t cropped up before and does not occur with our recommended operating system. Please add details of your LowRISC release version and Linux version and python release, to enable us to reproduce the issue.

Sent from my iPhone

On 17 Mar 2019, at 17:04, Nick Kossifidis notifications@github.com wrote:

The common/script/bmm_gen.py script fails to run with “inconsistent use of tabs and spaces in indentation”.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mickflemm commented 5 years ago

I checked out lowrisc-chip, refresh-v0.6 branch and then recursively updated the submodules. My system is a Gentoo Linux (mostly stable), Linux version is 4.14.83 and python 3.6.5. I edited the file, re-did the identation by hand and it worked fine (compiled the bitstream with vivado 2018.1). Do you want me to open a pull request ?

jrrk commented 5 years ago

Dear Nick, Always happy to merge contributions.

Jonathan

Sent from my iPhone

On 17 Mar 2019, at 19:09, Nick Kossifidis notifications@github.com wrote:

I checked out lowrisc-chip, refresh-v0.6 branch and then recursively updated the submodules. My system is a Gentoo Linux (mostly stable), Linux version is 4.14.83 and python 3.6.5. I edited the file, re-did the identation by hand and it worked fine (compiled the bitstream with vivado 2018.1). Do you want me to open a pull request ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.