上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 前言 最近由于工作需要,我开始学习 gem5 模拟器。gem5 模拟器是一款模块化的计算机系统架构平台,可用于研究系统级架构、处理器微架构。gem5 是一个开源平台,最初是为学术界的计算机体系结构研究而构想的,目前已经发展为学术界、工业研究和教学中的计算机系统设计。 为什么需要system simu 阅读全文
posted @ 2024-11-01 17:18 松—松 阅读(740) 评论(0) 推荐(0)
摘要: 背景 现代计算机架构研究需要理解处理器在执行应用程序时的周期级行为。这需要模拟器模型化每一个周期。但是,这样做是以牺牲速度为代价的。更糟糕的是,为了在性能、复杂性、面积、和功耗之间做权衡,benchemark需要在不同的架构配置上模拟运行。做计算机架构研究就绕不过simpoint,为了度量所实现的微 阅读全文
posted @ 2024-09-14 18:23 松—松 阅读(480) 评论(0) 推荐(0)
摘要: What is the difference between System C and SystemVerilog System C is used primarily as a modeling language particularly for virtual platform modeling 阅读全文
posted @ 2024-06-08 10:02 松—松 阅读(121) 评论(0) 推荐(0)
摘要: OVM-ML System Verilog is the native language for in the end. however Caitlin's have donated OVM-ML to the only own community where ML stands for mixed 阅读全文
posted @ 2024-06-06 22:01 松—松 阅读(56) 评论(0) 推荐(0)
摘要: Interoperability Layer & Base Protocol the base protocol is the key element in the interoperability layer in TLM to naught which also consists of the 阅读全文
posted @ 2024-06-05 22:41 松—松 阅读(74) 评论(0) 推荐(0)
摘要: Register Transfer Level RTL is an abstraction code level it abstracts away from the details of the detail of a digital hardware design, especially it 阅读全文
posted @ 2024-06-03 22:21 松—松 阅读(172) 评论(0) 推荐(0)
摘要: TML-2.0 Interoperability about telling to interoperability let's about telling to interoperability let's start by defining some terms until them to an 阅读全文
posted @ 2024-06-02 17:44 松—松 阅读(126) 评论(0) 推荐(0)
摘要: What is TLM-2.0 ? Transaction Level Modeling 事务级建模是 RTL 之上的抽象级别,其主要目的是加速仿真,它通过替换所有单个事件来实现这一点,并将 RTL 仿真中发生的摆动固定为一个或几个函数调用,结果是更快的仿真。 事务级建模的典型用例是构建虚拟平台模型 阅读全文
posted @ 2024-05-31 11:12 松—松 阅读(928) 评论(0) 推荐(1)
摘要: 课程: 【数组芯片验证】 SystemC and TML-2.0 资料网址: SystemC TLM-2.0 SystemC入门 官方文档: TLM-2.0 SystemC Tutorial github learnsystemc learnsystemc 阅读全文
posted @ 2024-05-28 22:06 松—松 阅读(40) 评论(0) 推荐(0)
摘要: 超线程/同步多线程(HT/SMT)技术 虽然现在超线程(Hyper-Threading)被大家广泛接受,并把所有一个物理核心上有多个虚拟核心的技术都叫做超线程,但这其实是Intel的一个营销名称。而实际上这一类技术的(学术/技术)通行名称是同步多线程(SMT,Simultaneous Multith 阅读全文
posted @ 2024-05-15 21:23 松—松 阅读(834) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页