From 979f1591b6b1d54715a8b4dc403d61fed9b0321e Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:07:53 -0500 Subject: [PATCH] update data file paths --- src/manta/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manta/__init__.py b/src/manta/__init__.py index dca1e1b..0bb0c7c 100644 --- a/src/manta/__init__.py +++ b/src/manta/__init__.py @@ -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