Set output file name to module top

This commit is contained in:
Nikolay Puzanov
2022-11-17 13:24:30 +03:00
parent a67cca5aa8
commit fce7e03306
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ mkShell {
echo -n > ${flags-file}
echo -DVM_TRACE=1 >> ${flags-file}
echo -xc++ >> ${flags-file}
echo -I./obj_dir >> ${flags-file}
echo -I./top >> ${flags-file}
echo -I${unstable.verilator}/share/verilator/include >> ${flags-file}
echo -I${clang}/resource-root/include >> ${flags-file}
echo -I${glibc.dev}/include >> ${flags-file}