代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.m
function y=control(n)
a=20;
if n==0
y=a+1;
elseif n==1
y=a*(1+n);
elseif n==2
y=a+n;
else
y=a;
end
control.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all;
ENTITY control IS
port(
CLK : in std_logic; --4096 Hz
RESET : in std_logic;
KEY1 : in std_logi
control.v
`include "definitions.v"
// Need a Reset signal for reseting all occupied bits of CAM
module control(phi1, phi2, cmd_s1, addr_s1, data_s1, lsb_addr_q1, msb_addr_s1,
cam_wen_q1, valid_
control.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
control.vhd
-- ============================================================
-- File Name: control.vhd
-- ============================================================
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.AL
control.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to