File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ RUN git clone --depth 1 https://github.com/zachjs/sv2v.git \
6767# Verible
6868#
6969
70- RUN git clone --depth 1 https://github.com/chipsalliance/verible.git \
71- && cd verible && bazel build -c opt //... \
72- && bazel run -c opt :install -- /usr/local/bin
70+ # RUN git clone --depth 1 https://github.com/chipsalliance/verible.git \
71+ # && cd verible && bazel build -c opt //... \
72+ # && bazel run -c opt :install -- /usr/local/bin
7373
7474#
7575# Clean-up
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ $DOCKER vhd2vl --version
1010$DOCKER slang --version
1111$DOCKER surelog --version
1212$DOCKER sv2v --version
13- $DOCKER verible-verilog-syntax --version
13+ # $DOCKER verible-verilog-syntax --version
1414
1515$DOCKER vhd2vl --quiet hdl/counter.vhdl results/vhd2vl.v
1616$DOCKER slang hdl/counter.sv --lint-only
1717$DOCKER surelog -parse hdl/counter.sv
1818$DOCKER sv2v hdl/counter.sv --write=results/sv2v.v
19- $DOCKER verible-verilog-lint hdl/counter.sv
19+ # $DOCKER verible-verilog-lint hdl/counter.sv
2020
2121rm -fr slpp_all
You can’t perform that action at this time.
0 commit comments