File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples-native/timesync-native/renode Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ jobs:
293293 bin_path="Debug"
294294 fi
295295 mkdir -p examples-native/$example_name/build/$bin_path
296- cp $example examples-native/$example_name/build/$bin_path
296+ cp -v $example examples-native/$example_name/renode
297297 echo "----"
298298 ls examples-native
299299 echo "----"
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ showAnalyzer usart1 Antmicro.Renode.Analyzers.LoggingUartAnalyzer
1111sysbus LoadELF $bin
1212sysbus LogPeripheralAccess systemc true
1313sysbus.systemc SimulationFilePathLinux $ORIGIN/../build/libtimesync_native.so
14- sysbus.systemc SimulationFilePathWindows $ORIGIN/../build/Debug/ timesync_native.dll
14+ sysbus.systemc SimulationFilePathWindows $ORIGIN/timesync_native.dll
You can’t perform that action at this time.
0 commit comments