1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Remove extraneous code

This commit is contained in:
Alex Forencich 2020-12-29 18:55:13 -08:00
parent 77d22bfde0
commit 25b890f8bb
2 changed files with 0 additions and 6 deletions

View File

@ -53,9 +53,6 @@ class TB:
self.log = logging.getLogger("cocotb.tb")
self.log.setLevel(logging.DEBUG)
self._enable_generator = None
self._enable_cr = None
cocotb.fork(Clock(dut.clk, 8, units="ns").start())
self.source = AxiStreamSource(dut, "s_axis", dut.clk, dut.rst)

View File

@ -53,9 +53,6 @@ class TB:
self.log = logging.getLogger("cocotb.tb")
self.log.setLevel(logging.DEBUG)
self._enable_generator = None
self._enable_cr = None
cocotb.fork(Clock(dut.clk, 8, units="ns").start())
self.header_source = EthHdrSource(dut, "s_eth", dut.clk, dut.rst)