3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-04 21:33:35 +00:00
yosys/backends/firrtl
Aki Van Ness a90f940615 backends/firrtl: Ensure modInstance is valid
This should fix #3648 where when calling `emit_elaborated_extmodules` it
checks to see if a module is a black-box, however there was no
validation that the cell type was actually known, and it just always
assumed that we would get a valid instance, causing a segfault.
2023-02-03 08:27:52 -05:00
..
.gitignore
firrtl.cc backends/firrtl: Ensure modInstance is valid 2023-02-03 08:27:52 -05:00
Makefile.inc
test.sh
test.v