mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 11:07:52 +00:00
Adding latch tests for shift&mask AST dynamic part-select enhancements
This commit is contained in:
parent
5c426d2bff
commit
3c2a1171ff
18 changed files with 326 additions and 69 deletions
6
tests/various/dynamic_part_select/latch_1990_gate.v
Normal file
6
tests/various/dynamic_part_select/latch_1990_gate.v
Normal file
|
@ -0,0 +1,6 @@
|
|||
`default_nettype none
|
||||
module latch_1990_gate
|
||||
(output wire [1:0] x);
|
||||
assign x = 2'b10;
|
||||
endmodule // latch_1990_gate
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue