YosysHQ / arachne-pnr

Place and route tool for FPGAs
MIT License
413 stars 73 forks source link

emscripten: Improve mount points for accessing "real" files #102

Closed ArcaneNibble closed 6 years ago

ArcaneNibble commented 6 years ago

Instead of the previous /x, there is now /hostcwd for the current directory and /hostfs for the root directory. (Due to limitations in emscripten, it is not possible to simply make the real root filesystem appear at / in the emscripten filesystem.)