Skip to content

Commit 4842b4b

Browse files
author
djns1
committed
Fixed test vector
1 parent 400beb7 commit 4842b4b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

ODIN_II/SRC/netlist_create_from_ast.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3164,7 +3164,6 @@ void terminate_registered_assignment(ast_node_t* always_node, signal_list_t* ass
31643164
}
31653165
}
31663166

3167-
// TODO Does this variable need reset on each loop
31683167
if (dependence_variable_position > -1) {
31693168
pin->net = list_dependence_pin[dependence_variable_position]->net;
31703169
}

ODIN_II/regression_test/benchmark/verilog/syntax/inout-syntax/inout_basic_input

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GLOBAL_SIM_BASE_CLK line_sel in1 in2
1+
GLOBAL_SIM_BASE_CLK dir out1 out2
22
0 1 0 0
33
0 1 0 1
44
0 1 1 0
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
out
2-
0
3-
0
4-
1
5-
1
6-
0
7-
1
8-
0
9-
1
1+
out1 out2
2+
0 0
3+
0 0
4+
0 1
5+
0 1
6+
0 0
7+
1 1
8+
0 0
9+
1 1
10+
1 1

0 commit comments

Comments
 (0)