diff --git a/test/test_ethernet_interface.py b/test/test_ethernet_interface.py index 5905d07..df511e9 100644 --- a/test/test_ethernet_interface.py +++ b/test/test_ethernet_interface.py @@ -44,7 +44,7 @@ class EthernetMemoryCoreTest(Elaboratable): ("i", "clk", ClockSignal()), ("o", "ethclk", ethclk.clk), ) - platform.add_file("../examples/common/divider.sv", open("divider.sv")) + platform.add_file("divider.sv", open("examples/common/divider.sv")) # Add Manta as a submodule m.submodules.manta = DomainRenamer("ethclk")(self.manta)