[Modifided] fix bugs & 56 Functional Test Point PASS

This commit is contained in:
2023-07-02 15:49:42 +08:00
parent ca6e76f22c
commit 441df2d19b
11 changed files with 369 additions and 174 deletions

View File

@@ -15,11 +15,17 @@ module soc_lite_top
reg cpu_resetn;
assign pc = debug_wb_pc[15:0];
assign cpu_clk = clk;
//assign cpu_clk = clk;
always @(posedge cpu_clk)
begin
cpu_resetn <= resetn;
end
pll pll(
.clk_in1(clk),
.clk_out1(cpu_clk)
);
//cpu inst sram
wire cpu_inst_en;