Change benchmark to calc MD5 on 1024 softcores
This commit is contained in:
@@ -7,10 +7,12 @@ let cross-rv5 = import <nixpkgs> {
|
||||
libc = "newlib";
|
||||
};
|
||||
};
|
||||
flags-file = "compile_flags.txt";
|
||||
in
|
||||
cross-rv5.mkShell {
|
||||
nativeBuildInputs = [ nixpkgs.gnumake nixpkgs.guile_3_0 ];
|
||||
shellHook = ''
|
||||
export NIX_SHELL_NAME="riscv"
|
||||
echo | riscv32-none-elf-gcc -E -Wp,-v - 2>&1 | grep "^ .*newlib" | sed 's/^ /-I/' > ${flags-file}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user