Skip to content

Commit

Permalink
setting values
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Oct 30, 2023
1 parent 9d17733 commit 80ba814
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ async def test_no_config(dut):
clock = Clock(dut.clk, 10, units="us")
cocotb.start_soon(clock.start())

dut.ena.value = 1
dut.uio_out.value = 0x0
dut.uio_in.value = 0x0
dut.uo_out.value = 0x0

# reset
dut._log.info("reset")
dut.rst_n.value = 0
Expand Down

0 comments on commit 80ba814

Please sign in to comment.