代码搜索结果
找到约 10,000 项符合
State Machine 的代码
machine.v
module machine(clk,reset,in,out);
input clk,reset,in;
output out;
reg out;
parameter set0=0,hold=1,set1=2;
reg [1:0] state;
always@(posedge clk or negedge reset)
begin
if
machine.h
/*
* Machine dependent defines/includes for LAME.
*
* Copyright (c) 1999 A.L. Faber
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Libra
machine.h
/*
* Machine dependent defines/includes for LAME.
*
* Copyright (c) 1999 A.L. Faber
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU
machine.h
/*
* Machine dependent defines/includes for LAME.
*
* Copyright (c) 1999 A.L. Faber
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU
machine.h
/*
* Machine dependent defines/includes for LAME.
*
* Copyright (c) 1999 A.L. Faber
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU
machine.v
//----------------------------------------------------------------------------
module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir,
datactl_ena, halt, clk1, zero, ena, opcode );
output inc
machine.v
//----------------------------------------------------------------------------
module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir,
datactl_ena, halt, clk1, zero, ena, opcode );
output inc
machine.syn
#UGC TOKEN 427 0 0 0 0 1 1
@cmdsyn_node 1 0
0 1 ->
@type 2 1
1 2 332
@name 3 10
1 3 MFG_COMMAND0
@user_name 4 10
1 4 MACHINE
@optional 5 1
1 5 0
@repeatable 6 1
1 6 0
@arg_seprator 7 1
1 7 0
@offsprin