3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-01 15:50:42 +00:00

Merge branch 'master' into eddie/pr1266_again

This commit is contained in:
whitequark 2019-08-18 08:04:10 +00:00 committed by GitHub
commit 101235400c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
90 changed files with 4538 additions and 3414 deletions

View file

@ -1,4 +1,4 @@
read -vlog2k <<EOT
read_verilog <<EOT
module top(input a, output y);
assign y = !a;
endmodule
@ -10,7 +10,7 @@ design -reset
! rm -f write_gzip.v
! gunzip write_gzip.v.gz
read -vlog2k write_gzip.v
read_verilog write_gzip.v
! rm -f write_gzip.v
hierarchy -top top
select -assert-any top