File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
`define _JTAG_
3
3
4
4
`default_nettype none
5
+ `timescale 1us / 100 ns
5
6
6
7
`include "byte_transmitter.v"
7
8
Original file line number Diff line number Diff line change 1
1
`ifndef _MINIPIT_
2
2
`define _MINIPIT_
3
3
4
+ `default_nettype none
5
+ `timescale 1us / 100 ns
6
+
4
7
module minipit (
5
8
input clk,
6
9
input rst_n,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ async def test_rms_five_high_for_reset(dut):
54
54
dut .ui_in .value = 0b0000_0111
55
55
await ClockCycles (dut .clk , 1 )
56
56
dut .ui_in .value = 0b0000_0110
57
- # At this point, the design is in reset but
57
+ # At this point, the design is in reset but
58
58
# the interrupt is also firing on all the other pins.
59
59
assert dut .uo_out .value == 0xFE
60
60
You can’t perform that action at this time.
0 commit comments