Skip to content

Commit

Permalink
ethernet: load divider.sv via symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermoseley committed Nov 27, 2024
1 parent b993a4c commit e1ac698
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/test_ethernet_interface.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import pytest
import time
from random import getrandbits

import pytest
from amaranth import *
from amaranth.lib import io
from amaranth_boards.nexys4ddr import Nexys4DDRPlatform

from manta import *
from manta.utils import *


class EthernetMemoryCoreTest(Elaboratable):
def __init__(self, platform):
self.platform = platform
Expand Down Expand Up @@ -102,7 +104,6 @@ def verify(self):
)



@pytest.mark.skipif(not xilinx_tools_installed(), reason="no toolchain installed")
def test_mem_core_xilinx():
EthernetMemoryCoreTest(Nexys4DDRPlatform()).verify()
EthernetMemoryCoreTest(Nexys4DDRPlatform()).verify()

0 comments on commit e1ac698

Please sign in to comment.