代码搜索:PLI
找到约 340 项符合「PLI」的源代码
代码结果 340
www.eeworm.com/read/351693/10620590
h mcf5272.h
/*
* File: MCF5272.h
* Purpose: MCF5272 definitions
*
* Notes:
*/
#ifndef _CPU_MCF5272_H
#define _CPU_MCF5272_H
/********************************************************************
www.eeworm.com/read/119796/6082317
h mcf5272.h
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
*
www.eeworm.com/read/336683/12425266
h mcf5272.h
/*
* File: MCF5272.h
* Purpose: MCF5272 definitions
*
* Notes:
*/
#ifndef _CPU_MCF5272_H
#define _CPU_MCF5272_H
/********************************************************************
www.eeworm.com/read/129090/14267624
h mcf5272.h
/*
* File: MCF5272.h
* Purpose: MCF5272 definitions
*
* Notes:
*/
#ifndef _CPU_MCF5272_H
#define _CPU_MCF5272_H
/********************************************************************
www.eeworm.com/read/170239/5406182
h mcf5272.h
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
*
www.eeworm.com/read/371229/9561070
h vpi_user.h
/*******************************************************************************
* vpi_user.h
*
* IEEE 1364-2005 Verilog HDL Programming Language Interface (PLI)
*
* This file contains the consta
www.eeworm.com/read/162008/10346908
txt crc-16快速实现程序.txt
library ieee;
use ieee. std_logic_1164. all;
entity PLI_CRC is
port (
PLI: in std_logic_vector (15 downto 0) ;
Chec: out std_logic_vector (15 downto 0)
) ;
end PLI_CRC;
architecture art of PLI
www.eeworm.com/read/145015/12756130
readme
These files show basics of doing some PLI calls. These two examples
are completely independent. The PLI is very extensive, but these
examples show that you can do a lot with just a little. Makefile
www.eeworm.com/read/145015/12756145
v mypli.v
// Simple VCS PLI example.
//
// The testbench 'test' instantiates a submodule called 'stub' which is a wrapper around the
// embedded PLI model.
//
module test;
// Testbench I/O
reg clk;
reg reset