Skip to content

Commit

Permalink
Merge branch 'master' into develop-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesoon authored Oct 23, 2024
2 parents 24d018b + 659ad87 commit f68cc95
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 762 deletions.
20 changes: 20 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
FROM ubuntu:20.04

LABEL "Udit Subramanya"="usubramanya3@gatech.edu"

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y build-essential valgrind git wget libpng-dev libboost-all-dev uuid-dev ccache cmake

# Third-Party Repository to Install g++11 on Ubuntu 18.04
RUN apt-get install -y manpages-dev software-properties-common
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test

RUN apt-get install -y gcc-11 g++-11

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11

# create a directory for mounting the volume
WORKDIR /root/vortex
286 changes: 0 additions & 286 deletions hw/rtl/core/VX_gpr_slice.sv

This file was deleted.

79 changes: 0 additions & 79 deletions hw/rtl/core/VX_pending_instr.sv

This file was deleted.

Loading

0 comments on commit f68cc95

Please sign in to comment.