tests: Fix bogus set of output.

This commit is contained in:
Wilson Snyder 2014-03-14 20:19:56 -04:00
parent d146dbc9d7
commit ccb6545c32
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module t (/*AUTOARG*/
read r (.clk(clk), .data( ( ( oe == 1'd001 ) && implicit_write ) ) );
set s (.clk(clk), .enable(implicit_write));
set u (.clk(clk), .enable(~implicit_also));
read u (.clk(clk), .data(~implicit_also));
endmodule