// synopsys translate_off `include "oc8051_timescale.v" // synopsys translate_on module oc8051_fpga_tb; reg rst, clk, int1, int2, int3; wire sw1, sw2, sw3, sw4, int_act; wire [7:0] p0_out, p1_out,
http://www.codebf.com/read/11147/205305
////////////////////////////////////////////////////////////////////// //// //// //// 8051 cores Definitions ////
http://www.codebf.com/read/11147/205306
`timescale 1ns/10ps
http://www.codebf.com/read/11147/205307
////////////////////////////////////////////////////////////////////// //// //// //// 8051 top level test bench
http://www.codebf.com/read/11147/205308
////////////////////////////////////////////////////////////////////// //// //// //// 8051 fpga top module
http://www.codebf.com/read/11147/205315
////////////////////////////////////////////////////////////////////// //// //// //// 8051 program rom
http://www.codebf.com/read/11147/205316
// // decoder for 7 led display // module disp (in, out); input [7:0] in; output [13:0] out; reg [13:0] out; always @(in) begin case (in[7:4]) 4'h0: out[13:7] = 7'b1110111;
http://www.codebf.com/read/11147/205317
////////////////////////////////////////////////////////////////////// //// //// //// 8051 data ram
http://www.codebf.com/read/11147/205318
////////////////////////////////////////////////////////////////////// //// //// //// 8051 program status word
http://www.codebf.com/read/11147/205320
////////////////////////////////////////////////////////////////////// //// //// //// 8051 ram select
http://www.codebf.com/read/11147/205321
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机