Skip to content

Commit 3480a0a

Browse files
committed
Updated the strong_eblif_vpr test
Signed-off-by: Maciej Kurc <[email protected]>
1 parent 41986c7 commit 3480a0a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

vtr_flow/benchmarks/tests/test_eblif.eblif

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
.names a b a_and_b
66
11 1
77
.cname lut_a_and_b
8-
.param test_names_param "test_names_param_value"
8+
.param test_names_param_str "test_names_param_str_value"
9+
.param test_names_param_bin 00110101
10+
.param test_names_param_num 2.0
911
.attr test_names_attrib "test_names_param_attrib"
1012

1113
.latch a_and_b dff_q re clk 0
1214
.cname my_dff
13-
.param test_latch_param "test_latch_param_value"
15+
.param test_latch_param "test_latch_param_str_value"
16+
.param test_latch_param_bin 00110101
17+
.param test_latch_param_num 2.0
1418
.attr test_latch_attrib "test_latch_param_attrib"
1519

1620
.conn dff_q o_dff

0 commit comments

Comments
 (0)