You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yosis
plugin -I systemverilog
ERROR: Can't load module `./systemverilog': dlopen(/Users/justinzaun/local/brew/bin/../share/yosys/plugins/systemverilog.so, 0x0005): tried: '/Users/justinzaun/local/brew/bin/../share/yosys/plugins/systemverilog.so' (not a mach-o file), '/System/Volumes/Preboot/Cryptexes/OS/Users/justinzaun/local/brew/bin/../share/yosys/plugins/systemverilog.so' (no such file), '/Users/justinzaun/local/brew/bin/../share/yosys/plugins/systemverilog.so' (not a mach-o file), '/Users/justinzaun/local/brew/Cellar/yosys/0.40/share/yosys/plugins/systemverilog.so' (not a mach-o file), '/System/Volumes/Preboot/Cryptexes/OS/Users/justinzaun/local/brew/Cellar/yosys/0.40/share/yosys/plugins/systemverilog.so' (no such file), '/Users/justinzaun/local/brew/Cellar/yosys/0.40/share/yosys/plugins/systemverilog.so' (not a mach-o file)
The last bit not a mach-o file looks like the installed plugin is not setup for arm.
The install script should look at the system an isntalll the correct version of the plugin.
The text was updated successfully, but these errors were encountered:
zaun
changed the title
Install script is not Mac M* compatible
Install script is not Apple M* or ARM compatible
Apr 26, 2024
I ended up compiling and building from source to get the plugin installed. But it might be worth updating the install steps to support arm, or to add a note that it doesn't support arm.
I'm on a Mac with the Apple M2 chip. Running the install script does install the plugin, but it's not compatible with the system.
Install:
Testing:
The last bit
not a mach-o file
looks like the installed plugin is not setup for arm.The install script should look at the system an isntalll the correct version of the plugin.
The text was updated successfully, but these errors were encountered: