update data file paths

This commit is contained in:
Fischer Moseley 2023-02-14 21:07:53 -05:00
parent 3bca25a8ab
commit 979f1591b6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def load_source_files():
downlink_template += pkgutil.get_data(__name__, "uart_tx.sv").decode()
downlink_template += pkgutil.get_data(__name__, "uart_rx.sv").decode()
downlink_template += pkgutil.get_data(
__name__, "hdl/xilinx_true_dual_port_read_first_2_clock_ram.v"
__name__, "xilinx_true_dual_port_read_first_2_clock_ram.v"
).decode()
return downlink_template