Skip to content

Commit

Permalink
update pulp_c910 dependency, remove some redundent ila signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquaticfuller committed Jan 9, 2024
1 parent 4582781 commit 7e75d28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ packages:
- register_interface
- tech_cells_generic
pulp_c910:
revision: fef1b0ed97bf1d180c38ef52474bf05e6cba99c8
revision: 546ceba4e4b445e29154b078a54425e40a8b877d
version: null
source:
Git: [email protected]:nwistoff/pulp_c910.git
Expand Down
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
# soc910: { git: "[email protected]:nwistoff/soc910.git", rev: 7c218d05 }
# register_interface: { path: vendor/pulp_register_interface }
# soc910: { path: soc910/hw/system }
pulp_c910: { git: "[email protected]:nwistoff/pulp_c910.git", rev: fef1b0ed }
pulp_c910: { git: "[email protected]:nwistoff/pulp_c910.git", rev: 546ceba4 }

export_include_dirs:
- hw/include
Expand Down
4 changes: 3 additions & 1 deletion cheshire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,10 @@ CHS_SIM_ALL += $(CHS_ROOT)/target/sim/vsim/compile.cheshire_soc.tcl
# Emulation #
#############

CHS_XIL_DIR := $(CHS_ROOT)/target/xilinx_211223
# CHS_XIL_DIR := $(CHS_ROOT)/target/xilinx
# CHS_XIL_DIR := $(CHS_ROOT)/target/xilinx_211223
# CHS_XIL_DIR := $(CHS_ROOT)/target/xilinx_060124
CHS_XIL_DIR := $(CHS_ROOT)/target/xilinx_090124
include $(CHS_XIL_DIR)/xilinx.mk
include $(CHS_XIL_DIR)/sim/sim.mk
CHS_XILINX_ALL += $(CHS_XIL_DIR)/scripts/add_sources.tcl
Expand Down
4 changes: 2 additions & 2 deletions hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ module cheshire_soc
end else begin : gen_c910_core
(* mark_debug = "true" *) axi_c910_req_t c910_out_req_s1;
(* mark_debug = "true" *) axi_c910_rsp_t c910_out_rsp_s1;
(* mark_debug = "true" *) axi_c910_req_t c910_out_req_s2;
(* mark_debug = "true" *) axi_c910_rsp_t c910_out_rsp_s2;
axi_c910_req_t c910_out_req_s2;
axi_c910_rsp_t c910_out_rsp_s2;

c910_axi_wrap #(
.AxiSetModifiable ( 1'b1 ),
Expand Down

0 comments on commit 7e75d28

Please sign in to comment.