Add clk out for fpga.
This commit is contained in:
parent
85b5ac0f8b
commit
68653daa2c
|
@ -1,7 +1,7 @@
|
|||
module soc_sim (
|
||||
input bit core_clk
|
||||
);
|
||||
|
||||
wire clk_out;
|
||||
logic rst_l;
|
||||
logic dbg_rst_l;
|
||||
|
||||
|
@ -363,6 +363,7 @@ module soc_sim (
|
|||
|
||||
soc_top rvsoc (
|
||||
.clk(core_clk),
|
||||
.clk_o(clk_out),
|
||||
.rst(rst_l),
|
||||
.dbg_rst(dbg_rst_l),
|
||||
|
||||
|
|
Loading…
Reference in New Issue