We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41986c7 commit 3480a0aCopy full SHA for 3480a0a
vtr_flow/benchmarks/tests/test_eblif.eblif
@@ -5,12 +5,16 @@
5
.names a b a_and_b
6
11 1
7
.cname lut_a_and_b
8
-.param test_names_param "test_names_param_value"
+.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
11
.attr test_names_attrib "test_names_param_attrib"
12
13
.latch a_and_b dff_q re clk 0
14
.cname my_dff
-.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
18
.attr test_latch_attrib "test_latch_param_attrib"
19
20
.conn dff_q o_dff
0 commit comments