URL
https://opencores.org/ocsvn/openarty/openarty/trunk
[/] [openarty/] [trunk/] [rtl/] [cpu/] [zipbones.v] - Diff between revs 3 and 25
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 3 |
Rev 25 |
Line 184... |
Line 184... |
`ifdef DEBUG_SCOPE
|
`ifdef DEBUG_SCOPE
|
, o_zip_debug
|
, o_zip_debug
|
`endif
|
`endif
|
);
|
);
|
end else begin
|
end else begin
|
zipcpuhs #(RESET_ADDRESS,ADDRESS_WIDTH,LGICACHE)
|
zipcpu #(RESET_ADDRESS,ADDRESS_WIDTH,LGICACHE)
|
thecpu(i_clk, cpu_reset, i_ext_int,
|
thecpu(i_clk, cpu_reset, i_ext_int,
|
cpu_halt, cmd_clear_pf_cache, cmd_addr[4:0], cpu_dbg_we,
|
cpu_halt, cmd_clear_pf_cache, cmd_addr[4:0], cpu_dbg_we,
|
i_dbg_data, cpu_dbg_stall, cpu_dbg_data,
|
i_dbg_data, cpu_dbg_stall, cpu_dbg_data,
|
cpu_dbg_cc, cpu_break,
|
cpu_dbg_cc, cpu_break,
|
o_wb_cyc, o_wb_stb,
|
o_wb_cyc, o_wb_stb,
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.