readme.doc

来自「opencore ahb to wishbone bus verilog cod」· DOC 代码 · 共 58 行

DOC
58
字号
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*****************************************************************************************************************// Copyright (c) 2007 TooMuch Semiconductor Solutions Pvt Ltd.////File name		:	Readme.doc	//Designer		: 	Sanjay kumar	//Date			: 	3rd Aug'2007		//Description		: 	List of files for system verilog testbench using AVM.//Revision		:	1.0//*****************************************************************************************************************/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*****************************//avm_svtb, includes svtb files//***************************** //The file consists of request,response and monitor package.global.sv // interface ahb_wb_interface.sv// set of class used as an operational componentsahb_wb_stim_gen.svhahb_wb_driver.svhahb_wb_responder.svh// set of class used as an analysis components ahb_wb_monitor.svhahb_wb_scoreboard.svhahb_wb_coverage.svh// Enviornment classahb_wb_env.svh// modules ahb_wb_master.svahb_wb_top.sv//***********************************//sim_svtb, includes simulation files//***********************************//package include all the classes ahb_wb_pkg.sv// list of files // library files are not included // specify the respective avm library path in compile_sv.fcompile_sv.f//compile and simulation commands without coveragerun.all//compile and simulation commands with coveragecov_run.all

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?