代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/166836/9995821

m wang254_init.m

% wang254_init.m inv_pen=readfis('inv_pen'); Mc=1; M=0.1; L=0.5; %(Kg, m) x10=10 % (in gegrees) x20=15 disp('Load (wang254_init) data complete! You can simulate the system now.');
www.eeworm.com/read/359174/10163052

gfl icx229al.gfl

# xst flow : RunXST ICX229_summary.html ProjNav -> New -> Test Fixture __projnav/createTF.err # ModelSim : Simulate Behavioral Verilog Model test_v.fdo # ModelSim : Simulate Behavioral Verilog M
www.eeworm.com/read/277836/10602044

gfl pn.gfl

# XST (Creating Lso File) : pn.lso # xst flow : RunXST pn.syr pn.prj pn.sprj pn.ana pn.stx pn.cmd_log # XST (Creating Lso File) : pn.lso # xst flow : RunXST pn.syr pn.prj pn.sprj pn.a
www.eeworm.com/read/272922/10936385

inc general.inc

;;--------------------- Common stuff for ASM routines --------------------- .include "p30f6010.inc" ;;--------------------- Test stuff for simulation --------------------- .extern _
www.eeworm.com/read/416994/11007950

bat maxplus.bat

echo #----------------------------------------------------------------------- echo # Altera MaxplusII Verilog compiler script for the book echo # Digital Signal Processing with FPGAs (2. edit
www.eeworm.com/read/416994/11008147

bat maxplus.bat

echo #----------------------------------------------------------------------- echo # Altera MaxplusII VHDL compiler script for the book echo # Digital Signal Processing with FPGAs (2. edition
www.eeworm.com/read/457723/7318657

txt readme.txt

Please follow the steps to execute scripts for Model Telchnology Inc. ModelSim EE simulator on PC machine: 1. Please set environment variable in OP_TESTS.BAT file adequate to your ModelSim lo
www.eeworm.com/read/199313/7867242

bat maxplus.bat

echo #----------------------------------------------------------------------- echo # Altera MaxplusII Verilog compiler script for the book echo # Digital Signal Processing with FPGAs echo # A
www.eeworm.com/read/199313/7867681

bat maxplus.bat

echo #----------------------------------------------------------------------- echo # Altera MaxplusII VHDL compiler script for the book echo # Digital Signal Processing with FPGAs echo # Auth
www.eeworm.com/read/332849/12722040

h fifo.h

#ifndef FIFO_H #define FIFO_H #include using namespace std; #include "simulator.h" class fifo:public simulator{ public: fifo(int a); void simulate(string file); }; #endif