OpenFPGA/libs/libopenfpgashell/test_script/test.openfpga

13 lines
170 B
Plaintext
Raw Normal View History

# Call the help desk
help
# Set a value to the internal variable
set --value 5
print # Print out the value
# Test macro arguments
print_macro arch blif
exit # Finish