URL
https://opencores.org/ocsvn/cryptosorter/cryptosorter/trunk
Subversion Repositories cryptosorter
[/] [cryptosorter/] [trunk/] [lib/] [bsv/] [Debug/] [Debug.bsv] - Rev 5
Go to most recent revision | Compare with Previous | Blame | View Log
function Action debug(Bool b, Action a);
action
if (b) a;
endaction
endfunction
Go to most recent revision | Compare with Previous | Blame | View Log