OpenCores
URL https://opencores.org/ocsvn/xge_mac/xge_mac/trunk

Subversion Repositories xge_mac

[/] [xge_mac/] [trunk/] [README.TXT] - Diff between revs 21 and 31

Show entire file | Details | Blame | View Log

Rev 21 Rev 31
Line 87... Line 87...
The testbench was developed and tested with Verilator, a free HDL simulator that
The testbench was developed and tested with Verilator, a free HDL simulator that
compiles verilog into C++ or SystemC code. You can download Verilator from
compiles verilog into C++ or SystemC code. You can download Verilator from
www.veripool.org. You also need to install SystemPerl and Verilog-Perl for waveform
www.veripool.org. You also need to install SystemPerl and Verilog-Perl for waveform
traces.
traces.
 
 
 
Add the following exports to your .bashrc file, adjust based on your version:
 
 
 
  export SYSTEMC=/opt/systemc-2.3.1a
 
  export SYSTEMC_INCLUDE=/opt/systemc-2.3.1a/include   # with systemc.h
 
  export SYSTEMC_LIBDIR=/opt/systemc-2.3.1a/lib    # with libsystemc.a
 
  export VERILATOR_ROOT=/opt/verilator-3.900
 
  export SYSTEMPERL=/opt/SystemPerl-1.344
 
  export LD_LIBRARY_PATH=/opt/systemc-2.3.1a/lib-linux64
 
 
Once all the required tools are installed:
Once all the required tools are installed:
 
 
  - Move to directory sim/systemc
  - Move to directory sim/systemc
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.