3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-23 15:42:32 +00:00

Merge remote-tracking branch 'upstream' into merge3

This commit is contained in:
Akash Levy 2026-06-25 04:51:46 -07:00
commit 3783a820ee
655 changed files with 11031 additions and 9437 deletions

View file

@ -553,7 +553,7 @@ std::string proc_self_dirname()
shortpath[--i] = 0;
return shortpath;
}
#elif defined(EMSCRIPTEN) || defined(__wasm)
#elif defined(__wasm)
std::string proc_self_dirname()
{
return "/";
@ -591,7 +591,7 @@ std::string proc_self_dirname(void)
#error "Don't know how to determine process executable base path!"
#endif
#if defined(EMSCRIPTEN) || defined(__wasm)
#if defined(__wasm)
void init_share_dirname()
{
yosys_share_dirname = "/share/";