3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 20:18:20 +00:00
yosys/backends/firrtl
Krystine Sherwin 46a311acb2
firrtl: Drop full_selection check
Change `top` pointer default to `nullptr` to avoid issues with `Design->top_module()` only operating on the current selection.

Calls to other passes (`bmuxmap` etc) will only operate on the current selection, and may cause problems when those cells are unprocessed, but this is consistent with the other backends that only operate on the full designs and will hopefully be fixed in another PR soon :)
2025-03-14 14:08:56 +13:00
..
.gitignore Progress in FIRRTL back-end 2016-11-18 00:32:35 +01:00
firrtl.cc firrtl: Drop full_selection check 2025-03-14 14:08:56 +13:00
Makefile.inc Added first draft of FIRRTL back-end 2016-11-17 23:36:47 +01:00
test.sh tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
test.v More progress on Firrtl backend. 2017-02-13 11:17:53 -08:00