代码搜索结果
找到约 10,000 项符合
State Machine 的代码
state_machine.c
/* ====================================================================
* Copyright (c) 2000 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
state_machine.hpp
#ifndef BOOST_STATECHART_STATE_MACHINE_HPP_INCLUDED
#define BOOST_STATECHART_STATE_MACHINE_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
// Copyright 2
state_machine.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
--该程序利用状态机完成交通灯各状态的循环控制。一共分了五个状态:s1状态表示交通灯处于初始状态,所有灯都灭;
--s2状态表示主干道绿灯和支干道红灯同时亮44秒;s3状态表示
state_machine.prj
verilog work "state_machine.v"
state_machine.ut
-w
-g DebugBitstream:No
-g Binary:no
-g Gclkdel0:11111
-g Gclkdel1:11111
-g Gclkdel2:11111
-g Gclkdel3:11111
-g ConfigRate:4
-g CclkPin:PullUp
-g M0Pin:PullUp
-g M1Pin:PullUp
-g M2Pin:Pu
state_machine.pad
Release 7.1i - par H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Tue Mar 14 15:42:24 2006
# NOTE: This file is designed to be imported into a spreadsheet program
# such as Microso
state_machine.tspec
AUTO_TS_P2P:FROM:clk:TO:c:1
AUTO_TS_F2P:FROM:state_FFd3.Q:TO:c:1
AUTO_TS_F2P:FROM:state_FFd2.Q:TO:c:1
AUTO_TS_F2P:FROM:state_FFd1.Q:TO:c:1
AUTO_TS_P2P:FROM:clk:TO:c:1
AUTO_TS_F2P:F
state_machine.gyd
Pin Freeze File: version H.42
95144XL144TQ XC95144XL-10-TQ144
clk S:PIN128
rst S:PIN71
c S:PIN119
c S:PIN118
c S:PIN116
c S:PIN115
c S:PIN113
c S:PIN111
c S:PIN107
c
state_machine.v
/*
简单的状态机,有8个状态,数码管输出当前状态的编号
state0--state1--state2--state3--state4--state5--state6-state7--state0
*/
module state_machine(clk,rst,c,en);
input clk,rst;
output[7:0] c;
reg[7:0] c;
output[7:
state_machine.bld
Release 7.1i ngdbuild H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Command Line: ngdbuild -intstyle ise -dd
e:\temp\spartan2\veriloge\basic\state_machine/_ngo -uc state_machine.uc