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
There is No abc command in YosysJS, so I used the -nowidelut argument when integrating Xilinx FPGA to avoid the execution of abc command. However, in the actual running process, it still displayed the error: No such command: abc. So, which of the commands contained in synth_xilinx still needs abc command? In addition, can the abc module not be compiled by Emscripten?
This discussion was converted from issue #2854 on August 13, 2021 09:51.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is No abc command in YosysJS, so I used the
-nowidelut
argument when integrating Xilinx FPGA to avoid the execution of abc command. However, in the actual running process, it still displayed the error:No such command: abc
. So, which of the commands contained in synth_xilinx still needs abc command? In addition, can the abc module not be compiled by Emscripten?Beta Was this translation helpful? Give feedback.
All reactions