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:
@@ -81,7 +81,7 @@ int main(int argc, char **argv) {
|
||||
char tempdir[256] = ""; // Compile dir
|
||||
|
||||
ifstream myfile;
|
||||
myfile.open ("/tmp/workdir-ghdl");
|
||||
myfile.open ("/tmp/ghdl-workdir");
|
||||
myfile.getline(tempdir, sizeof(tempdir));
|
||||
myfile.close();
|
||||
|
||||
|
Reference in New Issue
Block a user