Uriel Jaramillo
11/03/2023, 6:21 AMMitch Bailey
11/07/2023, 9:23 PMUriel Jaramillo
11/10/2023, 9:44 PMUriel Jaramillo
11/10/2023, 9:46 PMMitch Bailey
11/10/2023, 10:48 PMgpio | in | out | analog | oeb min/sim/max | Message
0 | | | | / / |
1 | | | | / / |
2 | | | | / / |
3 | | | | / / |
4 | | | | / / |
5 | | | | / / |
6 | 4 | | | / / | Warning: oeb expected high for input only
7 | 4 | | | / / | Warning: oeb expected high for input only
8 | 4 | | | / / | Warning: oeb expected high for input only
9 | 4 | | | / / | Warning: oeb expected high for input only
10 | 4 | | | / / | Warning: oeb expected high for input only
11 | 4 | | | / / | Warning: oeb expected high for input only
12 | | 2 | | / / | ERROR: oeb must have possible low for output
13 | | 2 | | / / | ERROR: oeb must have possible low for output
14 | | 2 | | / / | ERROR: oeb must have possible low for output
15 | | 2 | | / / | ERROR: oeb must have possible low for output
16 | | 2 | | / / | ERROR: oeb must have possible low for output
17 | | 2 | | / / | ERROR: oeb must have possible low for output
18 | | 2 | | / / | ERROR: oeb must have possible low for output
19 | | 2 | | / / | ERROR: oeb must have possible low for output
20 | | 2 | | / / | ERROR: oeb must have possible low for output
21 | | 2 | | / / | ERROR: oeb must have possible low for output
22 | | 2 | | / / | ERROR: oeb must have possible low for output
23 | | 2 | | / / | ERROR: oeb must have possible low for output
24 | | 2 | | / / | ERROR: oeb must have possible low for output
25 | | 2 | | / / | ERROR: oeb must have possible low for output
26 | | 2 | | / / | ERROR: oeb must have possible low for output
27 | | 2 | | / / | ERROR: oeb must have possible low for output
28 | | 2 | | / / | ERROR: oeb must have possible low for output
29 | | 2 | | / / | ERROR: oeb must have possible low for output
30 | | 2 | | / / | ERROR: oeb must have possible low for output
31 | | 2 | | / / | ERROR: oeb must have possible low for output
32 | | 2 | | / / | ERROR: oeb must have possible low for output
33 | | 2 | | / / | ERROR: oeb must have possible low for output
34 | | 2 | | / / | ERROR: oeb must have possible low for output
35 | | 2 | | / / | ERROR: oeb must have possible low for output
36 | | 2 | | / / | ERROR: oeb must have possible low for output
37 | | 2 | | / / | ERROR: oeb must have possible low for output
Looks like you have not connected io_oeb
for each gpio pad. The simplest solution is to connect each io_oeb
to low for output and high for everything else.Uriel Jaramillo
11/11/2023, 3:35 AMMitch Bailey
11/11/2023, 6:24 AMverilog/rtl/user_proj_example.v
.
assign io_oeb[11:0] = {12{1'b1}};
assign io_oeb[37:12] = {26{1'b0}};
assign io_out[11:0] = {12{1'b0}};
Uriel Jaramillo
11/11/2023, 2:42 PMUriel Jaramillo
11/11/2023, 2:43 PMMitch Bailey
11/11/2023, 3:01 PMprecheck_results/11_NOV_2023___14_17_05/outputs/reports/lvs.unflattened
to your lvs/user_project_wrapper/lvs_config.json
file?
Also can you share the lvs.unflattened
file here?Uriel Jaramillo
11/11/2023, 3:42 PMUriel Jaramillo
11/11/2023, 3:45 PMUriel Jaramillo
11/11/2023, 6:47 PM