1
0
mirror of https://github.com/cclassic/model-ghdl synced 2025-08-01 15:05:40 +02:00

Changed workdir-ghdl filename

This commit is contained in:
Makise Kurisu
2015-01-19 19:29:35 +01:00
parent ae104a77ef
commit 6d3c712bec
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ int main(int argc, char **argv)
// Write temp path to /tmp
ofstream myfile;
myfile.open ("/tmp/workdir-ghdl");
myfile.open ("/tmp/ghdl-workdir");
myfile << tempdir;
myfile.flush();
myfile.close();