From 8f51274a4ae169ea88b68529864c054366e4d9c8 Mon Sep 17 00:00:00 2001 From: Leon Hiemstra <hiemstra@astron.nl> Date: Fri, 22 May 2015 11:19:19 +0000 Subject: [PATCH] new -t option documented for python scripts --- boards/uniboard2/designs/unb2_minimal/doc/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/uniboard2/designs/unb2_minimal/doc/README b/boards/uniboard2/designs/unb2_minimal/doc/README index 997d282cf2..f809697a2f 100644 --- a/boards/uniboard2/designs/unb2_minimal/doc/README +++ b/boards/uniboard2/designs/unb2_minimal/doc/README @@ -4,8 +4,8 @@ Quick steps to compile and use design [unb2_minimal] in RadionHDL Start with the Oneclick Commands: - python $RADIOHDL/tools/oneclick/base/modelsim_config.py -t ip_arria10 - python $RADIOHDL/tools/oneclick/base/quartus_config.py -t ip_arria10 + python $RADIOHDL/tools/oneclick/base/modelsim_config.py -t unb2 + python $RADIOHDL/tools/oneclick/base/quartus_config.py -t unb2 Generate MMM for QSYS: run_qsys unb2 unb2_minimal -- GitLab