Roland Kromes

Results 3 comments of Roland Kromes

Hy @nvgubba and @jonopp2020 , When I used SystemC-2.3.2 with gcc/g++ 5.4.0 I had the same compiling issues as you have, I'm on Linux 16.04 , I've changed gcc/g++ version...

@sarmadsalman-RS , Something like this: ```bash export SYSTEMC_HOME=/usr/local/systemc-2.3.2/ export LD_LIBRARY_PATH=$SYSTEMC_HOME/lib_linux64/ git clone https://github.com/Xilinx/systemctlm-cosim-demo.git cd systemctlm-cosim-demo git submodule update --init ``` Add the following lines to your .config.mk at systemctlm-cosim-demo/ ```bash...

Hi @monsieur7, In the ECCX08.h you can add to the public functions: ```bash int ecdh(const byte publicKey[], int slot, byte share[]); ``` And to ECCX08.cpp you can add this: ```bash...