diff options
| author | Eddie Hung <eddie@fpgeh.com> | 2019-04-15 22:04:20 -0700 | 
|---|---|---|
| committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-15 22:04:20 -0700 | 
| commit | 538592067ec4d28bc11edd37bc19e472aae48c7b (patch) | |
| tree | dd2f8b0e273f4e1ffa9ded62b9b409ad7d48c615 /tests | |
| parent | ca8ef92a82897b71c3dbc13ab5ff0cbd28339689 (diff) | |
| parent | 0391499e46cd69cf809fe911fa7798b1ae994540 (diff) | |
| download | yosys-538592067ec4d28bc11edd37bc19e472aae48c7b.tar.gz yosys-538592067ec4d28bc11edd37bc19e472aae48c7b.tar.bz2 yosys-538592067ec4d28bc11edd37bc19e472aae48c7b.zip | |
Merge branch 'xaig' into xc7mux
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/various/muxcover.ys | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/tests/various/muxcover.ys b/tests/various/muxcover.ys index 594e62af6..7ac460f13 100644 --- a/tests/various/muxcover.ys +++ b/tests/various/muxcover.ys @@ -8,13 +8,12 @@ read_verilog -formal <<EOT                  3'b?1?: Y = B;                  3'b1??: Y = C;                  3'b000: Y = D; -                default: Y = 'bx;              endcase      endmodule  EOT -## Example usage for "pmuxtree" and "muxcover" +## Examle usage for "pmuxtree" and "muxcover"  proc  pmuxtree @@ -36,7 +35,7 @@ read_verilog -formal <<EOT                  3'b010: Y = B;                  3'b100: Y = C;                  3'b000: Y = D; -                default: Y = 'bx; +		default: Y = 'bx;              endcase      endmodule  EOT | 
