Code Monkey home page Code Monkey logo

es2016_14353115's Introduction

DOL配置

DOL配置

安装一些必要的环境(ubuntu为例):

  • $ sudo apt-get update
  • $ sudo apt-get install ant
  • $ sudo apt-get install openjdk-7-jdk
  • $ sudo apt-get install unzip

1.下载文件(使用Vmware虚拟机,也可以从主机拷贝到虚拟机中去

sudo wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.1.tgz

sudo wget http://www.tik.ee.ethz.ch/~shapes/downloads/dol_ethz.zip


2.解压文件

*新建dol的文件夹 *

$ mkdir dol

将dolethz.zip解压到 dol文件夹中

$ unzip dol_ethz.zip -d dol

解压systemc

$ tar -zxvf systemc-2.3.1.tgz

解压后进入systemc-2.3.1的目录下

$ cd systemc-2.3.1

一个临文件夹objdir

$ mkdir objdir

进入该文件夹objdir

$ cd objdir

运行configure(能根据系统的环境设置一下参数,用于编译)

$ ../configure CXX=g++ --disable-async-updates

es2016_14353115's People

Contributors

timmykkk avatar

es2016_14353115's Issues

Evaluation from TA-sjc

  1. 安装一些必要的环境(ubuntu为例): 排版没有排好
  2. 为什么只写到配置SystemC环境呢?
  3. 没有自己理解的Description
  4. 哪儿找的图呀?这图的DOL是不是不是老师的DOL呀?而且,图加载出来很慢哦,哈哈

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.