Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 392 Bytes

File metadata and controls

25 lines (20 loc) · 392 Bytes

nanodesign_task

vstupná uloha do NanoDesign

Prerequisites

g++
python3

Run

python3 scriptRunC++.py

Setings

if you want to run program as amd64(little median, 64 bit wide registers), uncomment this line

os.system(commandRun1)

if you want to run program as armv7e(little median, 32 bit wide registers), uncomment this line

os.system(commandRun2)