The no-ident-version flag is needed to produce exactly equal outputs
from LiteX, where both the BIOS and the design do not change from one
build to the other, due to changes in the BIOS LiteX timestamp
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This option is not supported in older distros we test.
We need to manually create the directory to which we're
going to unpack architectures definitions.
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
A small change to the naming in eos-s3/README.rst names means we can
simplify the .travis.yml to use the TOOLCHAIN value directly rather than
needing multiple if statements.
Also add comments to explain what is happening in each section.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
Restore output redirect for synth step (deleted by accident).
Checking status w/ EOS-S3 updates .. DNM!
Change instructions around INSTALL_DIR.
Update formatting to rst not md.
More formatting fixes, mostly for ..code.
Now use $INSTALL_DIR/xc7 and $INSTALL_DIR/eos-s3.
Formatting & instructions update.
Signed-off-by: Tim Callahan <tcal@google.com>
This commit is workaround for Github not rendering
`.. include::`.
This PR adds:
- Adds Makefile for creating conda environment under `env/conda` and
installs `rst_include` tool.
- Adds make README.rst target to generate `README.rst` from `README.src.rst`
- Has Travis CI run on repository and check that the `README.rst` file
has been rebuilt and committed if any of the dependencies have
change.
Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>