Questasim SystemC 指令sccom

2023-05-16

# QuestaSim sccom 10.6c_1 compiler 2017.09 Sep 15 2017

# Usage: sccom [options] [CPP compiler options] <CPP files>

# ------------------------------ General Options ------------------------------

# -help Print this message

# -archive <filename> Create an archive file

# -cpppath </path/to/[gcc|g++]>

# Specify path to the desired GNU compiler.

# -cppinstall <[gcc|g++] version>

# Specify the version of the desired GNU compiler

# example: 4.5.0, 4.3.3

# -32 Run in 32-bit mode.

# -64 Run in 64-bit mode.

# -f <filename> Read command line arguments from <filename>

# -error <msgNumber>[,<msgNumber>...] Change the severity of the listed

# messages to Error

# -fatal <msgNumber>[,<msgNumber>...] Change the severity of the listed

# messages to Fatal

# -gnuversion Print the version of the GNU compiler.

# -j <value> Specify the number of processes for the distributed compile mode.

# -log <logfile> Specify the logfile to collect output

# -machines <hosts.txt> Specify path to the hosts file for the distributed mode.

# -modelsimini <modelsim.ini>

# Specify path to the modelsim.ini file

# -nodebug Disable creation of debug database.

# -nodbgsym Do not generate symbols debugging database.

# -nologo Disable startup banner

# -note <msgNumber>[,<msgNumber>...] Change the severity of the listed

# messages to Note

# -nothreads Do not spawn threads in sccom

# -sc22 Use the IEEE 1666-2005 standard (default: IEEE 1666-2011)

# -sctop <sc_module_name> Specify the top-level SystemC module

# The 'sc_module_name' should be the same specified with the SC_MODULE_EXPORT macro

# -scversion Print the version of the SystemC release being supported

# -scv Include SystemC Verification library (use this

# during both sccom and sccom -link operation)

# -scms Include SystemC Master Slave library (use this

# during both sccom and sccom -link operation)

# -scpoptions Specify the options to be passed to scparse within quotes.

# -stats[=[+-]<args>] Enables sccom statistics

# <args> are all,none,time,cmd,msg,perf,verbose,list,kb

# -suppress <msgNumber>[,<msgNumber>...] Suppress the listed messages

# -vv Echo subprocess invocations on stdout

# -verbose Enable detailed sccom messages

# -version Print the version of the compiler

# -warning <msgNumber>[,<msgNumber>...] Change the severity of the listed

# messages to Warning

# -93 Use VHDL 1076-1993 extended identifiers to preserve the

# case of names in the entity interface.

# -dumpscvext Dumps SCV extensions of all types used in the

# supplied file.

# -incr Enables automatic incremental compilation (or linking).

# -force When used with -incr option, forces re-compilation of

# source files (or re-linking) even if they have not changed.

# -createlib Create libraries that do not exist.

# -nocreatelib Do not create libraries that do not exist.

# --------------------------- Compile time Options ----------------------------

# -predefmacrofile <filename> Specify path to the predefined macros file.

# -work <libname> Specify the library WORK

# ----------------------------- Link time Options -----------------------------

# -lib <libname> Specify the library that contains the compiled object files

# to be included in the final SystemC shared library

# -libshared <libname> Specify the library that contains the intermediate SystemC shared library

# to be included in the final SystemC shared library

# -dpilib <libname> Specify the Verilog library that contains the SystemC DPI routine referrences.

# -link Perform final C++ link before simulation

# -linkshared Create an intemediate SystemC shared library.

# This option cannot be used with -link

# -uvmc Link in the UVMC library.

# -work <libname> Specify the library where the final SystemC shared library

# will reside

# --------------------------- CPP compiler Options ----------------------------

# All g++/aCC compiler options excluding the

# -o compiler option are accepted.

# Take special note of the requirement to use the standard -g

# option in order to enable source debugging of SystemC code

#

# -DMTI_BIND_SC_MEMBER_FUNCTION Enable registration of module member functions

# as DPI-SC imports

# -DSC_INCLUDE_MTI_AC Enable native debug support for Algorithmic-C datatypes

# -DSC_INCLUDE_DYNAMIC_PROCESSES Enable dynamic processes

# -DSC_INCLUDE_FX Enable fixed-point datatypes

# -DSC_USE_STD_STRING Replace sc_string with std::string

# -DSC_USE_STD_STRING_OLD Use deprecated sc_string

# -DUSE_MTI_CIN Enable cin support

# ------------------------ Supported Operating Systems ------------------------

# Please check the RELEASE_NOTES or the Installation and Licensing guide

# for the supported GNU compilers and operating system information.

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Questasim SystemC 指令sccom 的相关文章

  • CLion 乱码 中文编码设置(UTF8、GBK)(Windows、WSL)——持续更新ing

    目录 问题描述解决方案一 xff1a CLion的简单设置见证奇迹 博主使用CLion如果里面有中文经常会遇到输出乱码问题 xff0c 本篇博文将告诉你多种问题的解决方案 问题描述 我们新建一个CLion工程 xff1a span clas
  • GRUB(bootloader)

    GRUB grub legacy版本 grub 0 x xff1a grub legacy Centos 5 6 stage2及内核等通常放置于一个基本磁盘分区 boot分区 配置文件 xff1a boot grub grub conf g
  • ROS实践(1)-环境搭建

    一 介绍 ROS官网 xff1a http www ros org ROS中文社区 xff1a http www robotos net forum php ROS版本 xff1a ROS的版本名称是按字母顺序E F G H I J排列的
  • ROS实践(6)-自建示例

    一 单topic 1 初始化环境 创建路径 dev mytest xff0c 并加入环境变量 xff1a root 64 yangkai04 Inspiron 3650 dev pwd root dev vim bashrc export
  • Python Django之密码的加密和解密

    通过django自带的类库 xff0c 来加密解密很方便 xff0c 下面来简单介绍下 xff1b 导入包 xff1a code class sourceCode python hljs span class im span class h
  • KCU105 XDMA 测试

    rdf0307 kcu105 trd03 2017 3 kcu105 axis dataplane hardware vivado scripts ug920 kcu105 pcie streaming data plane trd pdf

随机推荐

  • Ubuntu 配置 boa 服务器

    原文 xff1a http www linuxidc com Linux 2011 08 39780p3 htm Ubuntu上编译使用boa服务器的教程文章 xff0c 已经有很多了 xff0c 博客上也有很多人写了 xff0c 我就不赘
  • 阿里云docker方式搭建CAS服务端-最新版

    现在网上查到的CAS服务端搭建方式都比较老 xff0c 坑也很多 docker镜像直接使用官方的 xff0c 便于今后无缝升级 cas现时点最新版本为6 3 1 创建工作目录 mkdir home cas 以下操作都在该目录下执行 2 生成
  • 0、清华大学开源软件镜像站linux系统镜像下载地址

    https mirrors tuna tsinghua edu cn
  • 使用SSH公钥(id_dsa.pub)实现免密码登录

    使用SSH公钥 id dsa pub 实现免密码登录 博客分类 xff1a linux shell ssh 免密码 公钥 首先 xff0c 在本地机器上产生公钥 xff1a Java代码 root 64 localhost ssh ssh
  • 6.1、startx命令怎么不能进入图形界面

    命令行界面输入startx命令怎么不能进入图形界面 复制链接 发表于 2010 1 29 12 55 来自 51CTO网页 只看他 楼主 我在虚拟机 xff08 vmware xff09 上新安装的red hat linux 9 0在命令行
  • 7.1、mysql mha 主从自动切换 高可用

    是这个博主写的 xff0c 但是找不到地址了 写了他的另一个MHA地址 感谢原创的贡献 mysql mha 主从自动切换 高可用 mha xff08 Master High Availability xff09 目前在MySQL多服务器 x
  • 7.3、mysql主主循环备份数据库

    绿色部分是我根据需要自己写的 mysql 主主互备 双机热备的概念简单说一下 xff0c 就是要保持两个数据库的状态自动同步 对任何一个数据库的操作都自动应用到另外一个数据库 xff0c 始终保持两个数据库数据一致 这样做的好处多 1 可以
  • 7.4、Slave_SQL_Running: No mysql同步故障解决方法

    Slave SQL Running No mysql同步故障解决方法 2010 02 21 16 31 30 标签 xff1a mysql 数据库 同步 双机 休闲 原创作品 xff0c 允许转载 xff0c 转载时请务必以超链接形式标明文
  • 7.5、mysql破解密码

    找不到原创了 xff0c 百度了一下 xff0c 这个比较像 感谢原创的贡献 vi etc my cnf 在配置文件中加入 s kip grant tables mysqld safe skip grant tables amp 最佳答案
  • Scrum实践系列之三--敏捷教练的修炼之路

    敏捷教练与项目经理 在被奉为 项目管理圣经 的PMBOK中 xff0c 对项目经理在各阶段的职责有着清晰的界定 xff0c 比如项目经理制定规则 安排进度 监控执行中的各项风险并实时汇报状态 xff0c 等等 然而在敏捷的世界里 xff0c
  • 知识图谱_概述:课程PPT+个人理解

    2019 05 08 一 概念 xff08 是什么 xff09 1 知识 xff1a 有不同的解释 xff0c 可以是 不变的真理 经验 背景 解释 交工的信息 xff08 1 xff09 分类 陈述性知识 gt 描述客观事物的性状和关系等
  • chatgpt

    transformer GitHub Topics GitHub
  • Apollo:source cyber/setup.bash的作用

    source cyber setup bash 是在使用Apollo开发过程中 xff0c 用于加载Apollo软件的配置以及环境变量的脚本 Apollo是一款自动驾驶开发平台 xff0c cyber是其中的一个核心模块 xff0c 提供了
  • 什么样的人当不好程序员?

    什么样的人当不好程序员 xff1f 2016 01 21 程序员之家 来源 xff1a 36Kr 译文 xff1a http 36kr com p 5042433 html 原文 xff1a https goo gl jLfUFq 软件蚕食
  • java基础语法(顺便回顾cpp语法并比较与java的异同)

    变量 标识符 关键字与数据类型 1 标识符命名风格约定 xff1a 不能以数字开头 xff0c 也不能有 等符号 可以有 和 但不用作开头 方法名 变量名首单词小写 xff0c 其余单词首字母大写 如anyVariableName 类名 接
  • 刷leetcode,锻炼编程能力(c++)

    力扣20 xff0c 有效的括号 xff0c 栈 span class token macro property span class token directive keyword include span span class toke
  • 华为笔试题库之困难--难度

    题记 xff1a 若立志投身算法研究 xff0c 可精研理论算法 xff1a 动态规划 递归 深度搜索等 xff1b 若以解决问题为目的 xff0c 主要为了工作内容 xff0c 当尝试快而简单的方法 xff0c 这该是学习的本意 1 素数
  • C++ - opencv应用实例之矩形框检测

    C opencv应用实例之矩形框检测 现阶段下 目标检测在实际应用场景中的表现颇为重要 工业质检 移动机器人视觉伺服 作业 交通监控 安防领域等均需要通过目标检测来实现对目标的定位 测量或者统计 辅助控制等 目前目标检测主要分为两个方向的发
  • cpp-5 : Depends: gcc-5-base (= 5.3.1-14ubuntu2) but 5.4.0-6ubuntu1~16.04.11 is to be installed

    在5 4 0 6ubuntu1 16 04 11 cpp 5 amd64 Xenial 16 04 Ubuntu上下载对应的版本 xff0c 国 内源的版本都是5 4 0 6ubuntu1 16 04 12 xff0c 最后一位是12 xf
  • Questasim SystemC 指令sccom

    QuestaSim sccom 10 6c 1 compiler 2017 09 Sep 15 2017 Usage sccom options CPP compiler options lt CPP files gt General Op