mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Squelch a little more trailing whitespace
This commit is contained in:
parent
245724a504
commit
99706b3bf4
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ module top (input logic clock, ctrl);
|
|||
write <= ctrl;
|
||||
ready <= write;
|
||||
end
|
||||
|
||||
|
||||
a_rw: assert property ( @(posedge clock) !(read && write) );
|
||||
`ifdef FAIL
|
||||
a_wr: assert property ( @(posedge clock) write |-> ready );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue