代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/710/3340
vi coke machine state machine.vi
www.eeworm.com/read/431515/8672641
v state_machine.v
module state_machine (devsel_l, trdy_l, stop_l, pci_ad_oe,
dts_oe, par_oe, bk_oe, pci_ad_en, hit_ba0_l, hit_ba1_l,
pci_frame_l, pci_idsel, pci_irdy_l, pci_ad, pci_cbe_l,
pci_clk, pci
www.eeworm.com/read/182380/9205629
v state_machine.v
// --------------------------------------------------------------------
// >>>>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE
www.eeworm.com/read/176610/9490618
vhd state_machine.vhd
--------------------------------------
-- entity = state_machine --
-- version = 1.0 --
-- last update = 20/06/05 --
-- author = Jose Nunez -
www.eeworm.com/read/444623/7610290
pin state_machine.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/444623/7610291
qsf state_machine.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/444623/7610292
v 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:
www.eeworm.com/read/444623/7610293
pof state_machine.pof
www.eeworm.com/read/444623/7610295