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:
parent
77d22bfde0
commit
25b890f8bb
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user