ethernet: fix path to divider.sv

This commit is contained in:
Fischer Moseley 2024-11-26 21:36:36 -08:00
parent da21a3a414
commit ccecc16726
1 changed files with 1 additions and 1 deletions

View File

@ -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)