mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Merge pull request #2356 from whitequark/flatten-techmap-no-tpl_driven-sigmap
flatten, techmap: don't canonicalize tpl driven bits via sigmap
This commit is contained in:
commit
2d10d59d93
3 changed files with 17 additions and 9 deletions
11
tests/techmap/bug2183.ys
Normal file
11
tests/techmap/bug2183.ys
Normal file
|
@ -0,0 +1,11 @@
|
|||
read_verilog <<EOT
|
||||
module foo(inout a, b);
|
||||
assign a = b;
|
||||
endmodule
|
||||
module bar(output c);
|
||||
foo f(c, 1'b0);
|
||||
endmodule
|
||||
EOT
|
||||
|
||||
hierarchy -auto-top
|
||||
flatten
|
Loading…
Add table
Add a link
Reference in a new issue