Skip to content

Commit

Permalink
fpga: Last review updates 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilKoe committed Oct 11, 2023
1 parent 886a1f6 commit b238548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sw/sw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ $(foreach link,$(patsubst $(CHS_SW_LD_DIR)/%.ld,%,$(wildcard $(CHS_SW_LD_DIR)/*.
CHS_CVA6_SDK_IMGS ?= $(addprefix $(CHS_SW_DIR)/deps/cva6-sdk/install64/,fw_payload.bin uImage)

# Create full Linux disk image
$(CHS_SW_DIR)/boot/linux-${BOARD}.gpt.bin: $(CHS_SW_DIR)/boot/zsl.rom.bin $(CHS_SW_DIR)/boot/cheshire_$(BOARD).dtb $(CHS_CVA6_SDK_IMGS)
$(CHS_SW_DIR)/boot/linux-%.gpt.bin: $(CHS_SW_DIR)/boot/zsl.rom.bin $(CHS_SW_DIR)/boot/cheshire_%.dtb $(CHS_CVA6_SDK_IMGS)
truncate -s $(CHS_SW_DISK_SIZE) $@
sgdisk --clear -g --set-alignment=1 \
--new=1:64:96 --typecode=1:$(CHS_SW_ZSL_TGUID) \
Expand Down
2 changes: 2 additions & 0 deletions target/xilinx/src/cheshire_top_xilinx.sv
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ module cheshire_top_xilinx
.jtag_tms_i,
.jtag_tdi_i,
.jtag_tdo_o,
// TODO: connect to the tdo pad
.jtag_tdo_oe_o( ),
`endif
// I2C Uses internal signals that are always defined
.i2c_sda_o ( i2c_sda_soc_out ),
Expand Down

0 comments on commit b238548

Please sign in to comment.