From: Luke Kenneth Casson Leighton Date: Sat, 11 Apr 2020 10:41:42 +0000 (+0100) Subject: add basic comment / docstring on program.py X-Git-Tag: div_pipeline~1435^2~17 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f0e27e76f5860f228d2d13cbf346d3bd5325219;p=soc.git add basic comment / docstring on program.py --- diff --git a/src/soc/simulator/program.py b/src/soc/simulator/program.py index 9857f037..59590a09 100644 --- a/src/soc/simulator/program.py +++ b/src/soc/simulator/program.py @@ -1,3 +1,9 @@ +"""POWER Program + +takes powerpc assembly instructions and turns them into LE/BE binary +data. calls powerpc64-linux-gnu-as, ld and objcopy to do so. +""" + import tempfile import subprocess import struct