3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Merge pull request #1422 from YosysHQ/eddie/aigmap_select

Add -select option to aigmap
This commit is contained in:
Clifford Wolf 2019-10-03 11:54:04 +02:00 committed by GitHub
commit 0e05424885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 6 deletions

10
tests/techmap/aigmap.ys Normal file
View file

@ -0,0 +1,10 @@
read_verilog <<EOT
module top(input i, j, s, output o, p);
assign o = s ? j : i;
assign p = ~i;
endmodule
EOT
select t:$mux
aigmap -select
select -assert-any %