Skip to content

Commit

Permalink
Revert "Adding xcircuit"
Browse files Browse the repository at this point in the history
This reverts commit 1127347.
  • Loading branch information
hpretl committed Jul 28, 2024
1 parent 1127347 commit 93023c2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This document summarizes the most important changes of the individual releases o
* Add required tools for PULP-platform (morty, bender, svase, sv2v, verible).
* Add `surelog`.
* Add `pygmid`.
* Add `xcircuit`.
* Bump various tools versions.
* Fixed VHDL usage in OpenLane.
* Simplified tools paths by removing tool version.
Expand Down
11 changes: 0 additions & 11 deletions _build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -310,16 +310,6 @@ ARG VERILATOR_NAME="verilator"
RUN --mount=type=bind,source=images/verilator,target=/images/verilator \
bash /images/verilator/scripts/install.sh

#######################################################################
# Compile xcircuit
#######################################################################
FROM base AS xcircuit
ARG XCIRCUIT_REPO_URL="https://github.com/RTimothyEdwards/XCircuit"
ARG XCIRCUIT_REPO_COMMIT="b6d0b096a6a4730a4255efb50191e03cfa9b5496"
ARG XCIRCUIT_NAME="xcircuit"
RUN --mount=type=bind,source=images/xcircuit,target=/images/xcircuit \
bash /images/xcircuit/scripts/install.sh

#######################################################################
# Compile xschem
#######################################################################
Expand Down Expand Up @@ -449,7 +439,6 @@ COPY --from=riscv-gnu-toolchain ${TOOLS}/ ${TOOLS}/
COPY --from=slang ${TOOLS}/ ${TOOLS}/
COPY --from=surelog ${TOOLS}/ ${TOOLS}/
COPY --from=verilator ${TOOLS}/ ${TOOLS}/
COPY --from=xcircuit ${TOOLS}/ ${TOOLS}/
COPY --from=xschem ${TOOLS}/ ${TOOLS}/
COPY --from=xyce ${TOOLS}/ ${TOOLS}/
COPY --from=xyce-xdm ${TOOLS}/ ${TOOLS}/
Expand Down
10 changes: 0 additions & 10 deletions _build/images/xcircuit/scripts/install.sh

This file was deleted.

3 changes: 0 additions & 3 deletions _build/tool_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
- name: vlogtoverilog
repo: https://github.com/RTimothyEdwards/qflow
commit: 1.4.103
- name: xcircuit
repo: https://github.com/RTimothyEdwards/XCircuit
commit: b6d0b096a6a4730a4255efb50191e03cfa9b5496
- name: xschem
repo: https://github.com/StefanSchippers/xschem.git
commit: 8b5ed3f32ed77b67044b7097376e845be518cdc2
Expand Down

0 comments on commit 93023c2

Please sign in to comment.