3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 03:10:26 +00:00

Add bwmuxmap pass

This commit is contained in:
Jannis Harder 2022-11-30 18:49:16 +01:00
parent 7203ba7bc1
commit be752a20dc
7 changed files with 76 additions and 0 deletions

View file

@ -1215,6 +1215,7 @@ struct FirrtlBackend : public Backend {
Pass::call(design, "pmuxtree");
Pass::call(design, "bmuxmap");
Pass::call(design, "demuxmap");
Pass::call(design, "bwmuxmap");
namecache.clear();
autoid_counter = 0;