URL
https://opencores.org/ocsvn/bluespec_md6/bluespec_md6/trunk
Subversion Repositories bluespec_md6
[/] [bluespec_md6/] [trunk/] [MD6Control/] [test/] [benchmarks/] [Debug.bsv] - Rev 2
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