You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,7 +67,7 @@ RUN ./configure --prefix=/build && make -j4 && make install
67
67
# Clone cvc
68
68
RUN dnf -y --enablerepo=crb install libstdc++-static
69
69
ENV CVC_ROOT=./cvc_rv
70
-
RUN git clone --depth=1 --branch v1.1.5 https://github.com/d-m-bailey/cvc.git ${CVC_ROOT}
70
+
RUN git clone --depth=1 --branch v1.1.7 https://github.com/d-m-bailey/cvc.git ${CVC_ROOT}
71
71
WORKDIR $CVC_ROOT
72
72
RUN autoreconf -vif && ./configure --disable-nls --prefix=/build && sed -i 's/api.parser.class/parser_class_name/' src/cdlParser.yy && make -j4 && make install
Copy file name to clipboardExpand all lines: src/cf_precheck/be_checks/README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,17 +147,11 @@ Optional variable lists: `*` may be used as a wild card character.
147
147
- If the log file shows errors, look for details in the error file.
148
148
- Error device locations can be found in the respective `precheck_results/<tag>/tmp/ext/*.ext` files. (coordinates should be divided by 200).
149
149
150
-
5. OEB check. Check for user oeb signal output to gpio cells.
151
-
The following conditions are errors.
152
-
- gpio with both digital (io_in/io_out) and analog (analog_io/gpio_analog) connections
153
-
- gpio with analog (analog_io/gpio_analog) and oeb not high
154
-
- gpio with only input (io_in) but oeb not high
155
-
- gpio with output (io_out) but oeb never low
156
-
The following condition is a warning.
157
-
- gpio with both input (io_in) and output (io_out) and oeb always low
150
+
5. OEB check. Check user connections to gpio against configuration.
151
+
See [Chipfoundry gpio configuration checks](https://docs.google.com/spreadsheets/d/1nYYAiqxi1V9ZBvW9GzFHaRDODuWXLOA9Znsbq4re1Ek/edit?usp=sharing) for a table of ERRORS and warnings.
158
152
159
153
Output:
160
-
-`precheck_results/<tag>/tmp/ext/<top_layout>.cdl.gz`: CDL file converted from extracted spice file.
0 commit comments