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
For some designs the LUT viewer throws the following error:
*** Error in Viewer: object ***
TypeError: Cannot read properties of undefined (reading 'length')
at yosys_to_digitaljs_mod (https://file+.vscode-resource.vscode-cdn.net/home/mike/Documents/work/vscode-edacation/dist/views/digitaljs/index.js:135492:43)
at yosys_to_digitaljs (https://file+.vscode-resource.vscode-cdn.net/home/mike/Documents/work/vscode-edacation/dist/views/digitaljs/index.js:134834:21)
at yosys2digitaljs (https://file+.vscode-resource.vscode-cdn.net/home/mike/Documents/work/vscode-edacation/dist/views/digitaljs/index.js:135672:17)
at DiagramViewer.render (https://file+.vscode-resource.vscode-cdn.net/home/mike/Documents/work/vscode-edacation/dist/views/digitaljs/index.js:29339:91)
at View.renderDocument (https://file+.vscode-resource.vscode-cdn.net/home/mike/Documents/work/vscode-edacation/dist/views/digitaljs/index.js:149474:25)
at View.handleMessage (https://file+.vscode-resource.vscode-cdn.net/home/mike/Documents/work/vscode-edacation/dist/views/digitaljs/index.js:149428:22)
This is likely caused by internal Yosys cells such as $_DFF_PP0 that have not been mapped to a final target cell, because we use the generic synth command.
The text was updated successfully, but these errors were encountered:
For some designs the LUT viewer throws the following error:
This is likely caused by internal Yosys cells such as
$_DFF_PP0
that have not been mapped to a final target cell, because we use the genericsynth
command.The text was updated successfully, but these errors were encountered: