index
:
riscv-processor
joshua/core
main
RISC-V Processor
joshua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tb
/
top_tb.sv
blob: 7643fbe57e5ca87f89dcec618ed19a9f47d07d00 (
plain
) (
blame
)
1
2
3
4
5
6
7
module
top_tb
();
initial
begin
$
display
(
"Hello World"
);
end
endmodule