From 98f00f348222fb63a8db5aebbc994831cc2838a7 Mon Sep 17 00:00:00 2001 From: Niels Moseley Date: Mon, 12 Feb 2018 16:15:26 +0100 Subject: [PATCH] Added fusesoc doc. --- doc/fusesoc.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/fusesoc.txt diff --git a/doc/fusesoc.txt b/doc/fusesoc.txt new file mode 100644 index 0000000..cdf7e0a --- /dev/null +++ b/doc/fusesoc.txt @@ -0,0 +1,18 @@ +From PR #14: + +"This adds support for simulating the two testbenches. Tested with +icarus, modelsim, isim or xsim. Default is icarus + +fusesoc run --target=$target --tool=$tool apple-one + +where $target is apple1_tb or vga_tb and $tool is icarus,isim,modelsim or xsim +It also adds targets for building for the de0 and tinyfpga_b2 boards + +fusesoc build --target={de0,tinyfpga_b2} apple-one + +All ROM and ROM files can be overriden on the command-line, e.g. + +fusesoc build --target=de0 apple-one --BASIC_FILENAME=/path/to/file.hex + +Use fusesoc build --target=$target apple-one --help to see all +parameters."