Skip to content

Commit

Permalink
route touch hex
Browse files Browse the repository at this point in the history
  • Loading branch information
vk2seb committed Dec 6, 2023
1 parent a1409d7 commit 5a74791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/eurorack-pmod
2 changes: 2 additions & 0 deletions rtl/eurorack_pmod_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __init__(self, platform, pads, w=16, output_csr_read_only=True):
self.cal_mem_file = os.path.join(SOURCES_ROOT, "cal/cal_mem.hex")
self.codec_cfg_file = os.path.join(SOURCES_ROOT, "drivers/ak4619-cfg.hex")
self.led_cfg_file = os.path.join(SOURCES_ROOT, "drivers/pca9635-cfg.hex")
self.touch_cfg_file = os.path.join(SOURCES_ROOT, "drivers/touch-cfg.hex")

# Exposed signals

Expand Down Expand Up @@ -80,6 +81,7 @@ def __init__(self, platform, pads, w=16, output_csr_read_only=True):
p_CAL_MEM_FILE = self.cal_mem_file,
p_CODEC_CFG_FILE = self.codec_cfg_file,
p_LED_CFG_FILE = self.led_cfg_file,
p_TOUCH_CFG_FILE = self.touch_cfg_file,

# Ports (clk + reset)
i_clk_256fs = self.clk_256fs,
Expand Down

0 comments on commit 5a74791

Please sign in to comment.