[engine] tcl integration has initial success. Upload example scripts
This commit is contained in:
parent
90bbb50047
commit
729a3a0249
|
@ -0,0 +1,2 @@
|
||||||
|
pkg_mkIndex . openfpga_shell.so
|
||||||
|
exit
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Load dynamic linked library
|
||||||
|
load "openfpga_shell.so" openfpga_shell
|
||||||
|
# Create a new Openfpga shell
|
||||||
|
std::OpenfpgaShell openfpga_shell
|
||||||
|
# Run an command
|
||||||
|
openfpga_shell run_command "help"
|
||||||
|
# Finish the quit
|
||||||
|
openfpga_shell run_command "exit"
|
Loading…
Reference in New Issue