Update README.md
Signed-off-by: Joanna Brozek <jbrozek@antmicro.com>
This commit is contained in:
parent
ce1c9cc9c5
commit
e98cc0ec0e
|
@ -92,7 +92,8 @@ source "$INSTALL_DIR/conda/etc/profile.d/conda.sh"
|
|||
conda activate
|
||||
git clone https://github.com/SymbiFlow/symbiflow-examples && cd symbiflow-examples
|
||||
# counter example
|
||||
pushd examples/xc7/counter_test && make && popd
|
||||
pushd examples/xc7/counter_test && TARGET="arty" make && popd
|
||||
pushd examples/xc7/counter_test && make clean && TARGET="basys3" make && popd
|
||||
# picosoc example
|
||||
pushd examples/xc7/picosoc_demo && make && popd
|
||||
# litex example
|
||||
|
|
Loading…
Reference in New Issue